]> Untitled Git - lemmy.git/blobdiff - crates/api_common/src/send_activity.rs
Remove follow community traits (#3737)
[lemmy.git] / crates / api_common / src / send_activity.rs
index 7954db2842538414fa996c18e291fee9eb747d04..8580c21756439381379dd8d04f0d45cb84f91337 100644 (file)
@@ -31,6 +31,7 @@ pub enum SendActivityData {
   RemoveComment(Comment, Person, Community, Option<String>),
   UpdateComment(Comment),
   LikePostOrComment(DbUrl, Person, Community, i16),
+  FollowCommunity(Community, Person, bool),
 }
 
 // TODO: instead of static, move this into LemmyContext. make sure that stopping the process with