summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-07-11 14:14:09 +0100
committerGitHub <noreply@github.com>2022-07-11 14:14:09 +0100
commite610128c507149e46d459bf97ba0fb6a8bd34b34 (patch)
treeedcdf7e7be701450d4352300462639673e9f5abd /changelog.d
parentFix appservice EDUs failing to send if the EDU doesn't have a room ID (#13236) (diff)
downloadsynapse-e610128c507149e46d459bf97ba0fb6a8bd34b34.tar.xz
Add a `filter_event_for_clients_with_state` function (#13222)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13222.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13222.misc b/changelog.d/13222.misc
new file mode 100644
index 0000000000..0bab1aed70
--- /dev/null
+++ b/changelog.d/13222.misc
@@ -0,0 +1 @@
+Improve memory usage of calculating push actions for events in large rooms.