X-Git-Url: http://these/git/?a=blobdiff_plain;ds=sidebyside;f=crates%2Fapi_common%2Fsrc%2Fsend_activity.rs;h=8580c21756439381379dd8d04f0d45cb84f91337;hb=7bc64ab91a7b6c2097d287afd397395baa574ff3;hp=7954db2842538414fa996c18e291fee9eb747d04;hpb=91834d0d2183be2ba0a98385cef80c7be941fde2;p=lemmy.git diff --git a/crates/api_common/src/send_activity.rs b/crates/api_common/src/send_activity.rs index 7954db28..8580c217 100644 --- a/crates/api_common/src/send_activity.rs +++ b/crates/api_common/src/send_activity.rs @@ -31,6 +31,7 @@ pub enum SendActivityData { RemoveComment(Comment, Person, Community, Option), 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