diff options
author | Erik Johnston <erik@matrix.org> | 2022-06-17 11:42:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 11:42:03 +0100 |
commit | 5099b5ecc735b98ac9d559ef6191554bafff964b (patch) | |
tree | 5d7d10803bced287feddfe535a14bab6cdde33be /changelog.d | |
parent | Allow MSC3030 'timestamp_to_event' calls from anyone on world-readable rooms.... (diff) | |
download | synapse-5099b5ecc735b98ac9d559ef6191554bafff964b.tar.xz |
Use new `device_list_changes_in_room` table when getting device list changes (#13045)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13045.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13045.feature b/changelog.d/13045.feature new file mode 100644 index 0000000000..7b0667ba95 --- /dev/null +++ b/changelog.d/13045.feature @@ -0,0 +1 @@ +Speed up fetching of device list changes in `/sync` and `/keys/changes`. |