diff options
author | Erik Johnston <erikj@element.io> | 2024-08-08 10:44:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-08 10:44:17 +0100 |
commit | 44ac2aa3b69545e02c849276d979c117a2b42070 (patch) | |
tree | 0c3ff9b613c6264f5662e2ac9a9f06fbf0af6d09 /changelog.d | |
parent | Sliding Sync: Use `stream_ordering` based timeline pagination for incremental... (diff) | |
download | synapse-44ac2aa3b69545e02c849276d979c117a2b42070.tar.xz |
SSS: Implement PREVIOUSLY room tracking (#17535)
Implement tracking of rooms that have had updates that have not been sent down to clients. Simplified Sliding Sync (SSS)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17535.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17535.bugfix b/changelog.d/17535.bugfix new file mode 100644 index 0000000000..c5b5da0485 --- /dev/null +++ b/changelog.d/17535.bugfix @@ -0,0 +1 @@ +Fix experimental sliding sync implementation to remember any updates in rooms that were not sent down immediately. |