summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-04-27 10:09:41 +0100
committerGitHub <noreply@github.com>2021-04-27 10:09:41 +0100
commit0ffa5fb935ac9285217d957403861d2e3327e109 (patch)
tree31c5002be2a8ea0b7ae43f731b507c11e6558744 /changelog.d
parentImproved validation for received requests (#9817) (diff)
downloadsynapse-0ffa5fb935ac9285217d957403861d2e3327e109.tar.xz
Use current state table for `presence.get_interested_remotes` (#9887)
This should be a lot quicker than asking the state handler.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9887.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9887.misc b/changelog.d/9887.misc
new file mode 100644
index 0000000000..650ebf85e6
--- /dev/null
+++ b/changelog.d/9887.misc
@@ -0,0 +1 @@
+Small performance improvement around handling new local presence updates.