diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-11 14:14:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 14:14:09 +0100 |
commit | e610128c507149e46d459bf97ba0fb6a8bd34b34 (patch) | |
tree | edcdf7e7be701450d4352300462639673e9f5abd /changelog.d | |
parent | Fix appservice EDUs failing to send if the EDU doesn't have a room ID (#13236) (diff) | |
download | synapse-e610128c507149e46d459bf97ba0fb6a8bd34b34.tar.xz |
Add a `filter_event_for_clients_with_state` function (#13222)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13222.misc | 1 |
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. |