summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-06 11:29:51 +0000
committerGitHub <noreply@github.com>2023-02-06 11:29:51 +0000
commitb3bf58a8a5f56674cb0ea0ab6c29aba5775dec52 (patch)
tree67388beaa7c6c4e9ec23a00d4876c85bf6362b86 /changelog.d
parentProperly typecheck tests.api (#14983) (diff)
downloadsynapse-b3bf58a8a5f56674cb0ea0ab6c29aba5775dec52.tar.xz
Only notify the target of a membership event (#14971)
* Only notify the target of a membership event

Naughty, but should be a big speedup in large rooms
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14971.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14971.misc b/changelog.d/14971.misc
new file mode 100644
index 0000000000..130045a123
--- /dev/null
+++ b/changelog.d/14971.misc
@@ -0,0 +1 @@
+Improve performance of joining and leaving large rooms with many local users.