diff options
author | David Robertson <davidr@element.io> | 2023-02-06 11:29:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-06 11:29:51 +0000 |
commit | b3bf58a8a5f56674cb0ea0ab6c29aba5775dec52 (patch) | |
tree | 67388beaa7c6c4e9ec23a00d4876c85bf6362b86 /changelog.d | |
parent | Properly typecheck tests.api (#14983) (diff) | |
download | synapse-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.misc | 1 |
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. |