mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 17:34:16 +00:00
clippy fix
This commit is contained in:
parent
821888e973
commit
6d38d94921
|
@ -208,7 +208,6 @@ impl CommunityType for Community {
|
||||||
.set_to(public())
|
.set_to(public())
|
||||||
.set_many_ccs(ccs);
|
.set_many_ccs(ccs);
|
||||||
|
|
||||||
dbg!(&object_actor_inbox);
|
|
||||||
send_to_community_followers(announce, self, object_actor_inbox, context).await?;
|
send_to_community_followers(announce, self, object_actor_inbox, context).await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
|
|
Loading…
Reference in a new issue