Federated Moderation #185

Manually merged
dessalines merged 20 commits from federated-moderation into main 2021-03-24 15:49:38 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit b1ca85b910 - Show all commits

View File

@ -744,7 +744,6 @@ impl Perform for AddModToCommunity {
Community::read(conn, community_id)
})
.await??;
dbg!(data.added);
if data.added {
send_add_mod(user, updated_mod, community, context).await?;
} else {