summary refs log tree commit diff
path: root/changelog.d/13997.feature
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-04 07:08:27 -0400
committerGitHub <noreply@github.com>2022-10-04 07:08:27 -0400
commite70c6b720ed537c0b7fc0cd4aa20eac195941d73 (patch)
tree72150316ef07b8daec001a6b2435f4f1a72a28ef /changelog.d/13997.feature
parentSend the appservice access token as a header. (#13996) (diff)
downloadsynapse-e70c6b720ed537c0b7fc0cd4aa20eac195941d73.tar.xz
Disable pushing for server ACL events (MSC3786). (#13997)
Switches to the stable identifier for MSC3786 and enables it
by default.

This disables pushes of m.room.server_acl events.
Diffstat (limited to 'changelog.d/13997.feature')
-rw-r--r--changelog.d/13997.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13997.feature b/changelog.d/13997.feature
new file mode 100644
index 0000000000..23f7ed106f
--- /dev/null
+++ b/changelog.d/13997.feature
@@ -0,0 +1 @@
+Ignore server ACL changes when generating pushes. Implement [MSC3786](https://github.com/matrix-org/matrix-spec-proposals/pull/3786).