diff options
author | Erik Johnston <erik@matrix.org> | 2024-08-07 10:58:33 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-08-07 11:03:51 +0100 |
commit | 50f47345c14fd20a38df8afd27e62fb18f42308c (patch) | |
tree | ddc86a841941bc9b145f2005ddca2824d56b4b0a | |
parent | SSS: Implement PREVIOUSLY room tracking (diff) | |
download | synapse-50f47345c14fd20a38df8afd27e62fb18f42308c.tar.xz |
Newsfile
-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. |