diff options
author | Erik Johnston <erik@matrix.org> | 2024-08-08 11:27:23 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-08-08 11:27:23 +0100 |
commit | 46c66aa8e79f67d86091ca809f48b36989fb06e5 (patch) | |
tree | 00eaf8c52093423267047b35d610c0fb42c02f66 /changelog.d/17535.bugfix | |
parent | Merge remote-tracking branch 'origin/release-v1.113' into matrix-org-hotfixes (diff) | |
parent | SSS: Implement PREVIOUSLY room tracking (#17535) (diff) | |
download | synapse-matrix-org-hotfixes.tar.xz |
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes github/matrix-org-hotfixes matrix-org-hotfixes
Diffstat (limited to 'changelog.d/17535.bugfix')
-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. |