Skip to content

Commit

Permalink
matrix: why so many accounts? because soft-failures mess things up
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Aug 27, 2023
1 parent e700a19 commit 94e1033
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/matrix.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,10 @@ My reasons for that are many and I am often proved correct in them.
homeservers to sync ACL bans in the worst cases. It also resulted to a lot
of state resetting so the affected rooms never got cleaned up as the spam
users kept coming back and clients had issues handling so inflated rooms.
- Federation also fails when a spammer sends messages after getting banned
and thus moderation bots fail to remove messages from them as those don't
get to the banning server. Thus moderators need more accounts again.
- [matrix-org/synapse#9329: Soft-failures make federated bans racy and frustrate redaction](https://github.com/matrix-org/synapse/issues/9329)
- State resets keep happening and thus I cannot trust other accounts than the
one which created a room in question stay as power level 100.
- Homeservers come and go, sometimes with little to no warning. As I have many
Expand Down

0 comments on commit 94e1033

Please sign in to comment.