diff options
author | Erik Johnston <erikj@element.io> | 2024-07-02 14:06:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 14:06:36 +0100 |
commit | b905ae27caac4bb27262d9d7ac6e834de5694f10 (patch) | |
tree | 819a4517b51e842bbc447d84b64e3b5f24344bc3 /changelog.d | |
parent | Fix sync waiting for an invalid token from the "future" (#17386) (diff) | |
download | synapse-b905ae27caac4bb27262d9d7ac6e834de5694f10.tar.xz |
Fix regression when bounding future tokens (#17391)
Fix bug added in #17386, where we accidentally used `room_key` for the receipts stream. See first commit. Reviewable commit-by-commit
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17391.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17391.bugfix b/changelog.d/17391.bugfix new file mode 100644 index 0000000000..9686b5c276 --- /dev/null +++ b/changelog.d/17391.bugfix @@ -0,0 +1 @@ +Fix bug where `/sync` requests could get blocked indefinitely after an upgrade from Synapse versions before v1.109.0. |