summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-02-14 12:10:29 +0100
committerGitHub <noreply@github.com>2023-02-14 11:10:29 +0000
commitf09db5c9918b6aaeb1f53ab4fac3a7f05f512c5f (patch)
tree36d2e71312544cd78eb7001cec4921b710c39570 /changelog.d
parentChange collection[str] to StrCollection in event_auth code (#14929) (diff)
downloadsynapse-f09db5c9918b6aaeb1f53ab4fac3a7f05f512c5f.tar.xz
Skip calculating unread push actions in `/sync` when `enable_push` is false. (#14980)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14980.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14980.misc b/changelog.d/14980.misc
new file mode 100644
index 0000000000..145f4a788b
--- /dev/null
+++ b/changelog.d/14980.misc
@@ -0,0 +1 @@
+Skip calculating unread push actions in /sync when enable_push is false.