]> Untitled Git - lemmy.git/blobdiff - lemmy_apub/src/activities/send/community.rs
In activity table, remove `user_id` and add `sensitive` (#127)
[lemmy.git] / lemmy_apub / src / activities / send / community.rs
index cdcc967079c1a85cb35e2a419b21d9353da5e668..2373596f3c9ec3de87239bcb1fc5c1fac51f71a9 100644 (file)
@@ -41,10 +41,6 @@ impl ActorType for Community {
     self.private_key.to_owned()
   }
 
-  fn user_id(&self) -> i32 {
-    self.creator_id
-  }
-
   async fn send_follow(
     &self,
     _follow_actor_id: &Url,