clippy fix

feature/1298-federated-bans
Felix Ableitner 3 years ago
parent 821888e973
commit 6d38d94921

@ -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(())

Loading…
Cancel
Save