mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-26 06:11:26 +00:00
clippy fix
This commit is contained in:
parent
821888e973
commit
6d38d94921
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue