diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-11-30 13:39:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-30 13:39:47 +0100 |
commit | 4569eda94423a10abb69e0f4d5f37eb723ed764b (patch) | |
tree | 35305f45fa85a9cdd76d1d2296ad39ae8e099562 /changelog.d | |
parent | Stop using deprecated `keyIds` param on /key/v2/server (#14525) (diff) | |
download | synapse-4569eda94423a10abb69e0f4d5f37eb723ed764b.tar.xz |
Use servers list approx to send read receipts when in partial state (#14549)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14549.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14549.misc b/changelog.d/14549.misc new file mode 100644 index 0000000000..d9d863dd20 --- /dev/null +++ b/changelog.d/14549.misc @@ -0,0 +1 @@ +Faster joins: use servers list approximation to send read receipts when in partial state instead of waiting for the full state of the room. \ No newline at end of file |