diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-27 10:09:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-27 10:09:41 +0100 |
commit | 0ffa5fb935ac9285217d957403861d2e3327e109 (patch) | |
tree | 31c5002be2a8ea0b7ae43f731b507c11e6558744 /changelog.d | |
parent | Improved validation for received requests (#9817) (diff) | |
download | synapse-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.misc | 1 |
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. |