summary refs log tree commit diff
path: root/changelog.d/12601.feature
diff options
context:
space:
mode:
authorŠimon Brandner <simon.bra.ag@gmail.com>2022-05-10 09:57:36 +0200
committerGitHub <noreply@github.com>2022-05-10 08:57:36 +0100
commitade30088212091284d066fc31a755a8a21050677 (patch)
tree5398226fb0090584da6856db2a61b3fe1cad8056 /changelog.d/12601.feature
parentUpdate `replication.md` with info on TCP module structure (#12621) (diff)
downloadsynapse-ade30088212091284d066fc31a755a8a21050677.tar.xz
Implement MSC3786: Add a default push rule to ignore m.room.server_acl events (#12601)
Fixes vector-im/element-web#20788
Implements matrix-org/matrix-spec-proposals#3786
Diffstat (limited to 'changelog.d/12601.feature')
-rw-r--r--changelog.d/12601.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12601.feature b/changelog.d/12601.feature
new file mode 100644
index 0000000000..c13360ff35
--- /dev/null
+++ b/changelog.d/12601.feature
@@ -0,0 +1 @@
+Implement MSC3786: Add a default push rule to ignore m.room.server_acl events.