diff options
author | Erik Johnston <erik@matrix.org> | 2020-11-03 12:13:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 12:13:48 +0000 |
commit | 243d427fbcb24c78c2df143767cd4636844fc82e (patch) | |
tree | a96e75b19eaee5cceae5b80c0852359444188413 /changelog.d | |
parent | Document how to set up multiple event persisters (#8706) (diff) | |
download | synapse-243d427fbcb24c78c2df143767cd4636844fc82e.tar.xz |
Block clients from sending server ACLs that lock the local server out. (#8708)
Fixes #4042
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8708.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8708.misc b/changelog.d/8708.misc new file mode 100644 index 0000000000..be679fb0f8 --- /dev/null +++ b/changelog.d/8708.misc @@ -0,0 +1 @@ +Block attempts by clients to send server ACLs, or redactions of server ACLs, that would result in the local server being blocked from the room. |