clippy fix

This commit is contained in:
Felix Ableitner 2021-04-09 15:14:08 +02:00
parent 821888e973
commit 6d38d94921

View file

@ -208,7 +208,6 @@ impl CommunityType for Community {
.set_to(public())
.set_many_ccs(ccs);
dbg!(&object_actor_inbox);
send_to_community_followers(announce, self, object_actor_inbox, context).await?;
Ok(())