diff options
author | Erik Johnston <erikj@element.io> | 2024-07-15 16:13:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-15 16:13:04 +0100 |
commit | df11af14dbd2faad916924cab96e75bd7c95a66a (patch) | |
tree | 2de4fa075d8876aafda9cce06862c577f1219a5e /changelog.d | |
parent | Bump types-jsonschema from 4.22.0.20240610 to 4.23.0.20240712 (#17446) (diff) | |
download | synapse-df11af14dbd2faad916924cab96e75bd7c95a66a.tar.xz |
Fix bug where sync could get stuck when using workers (#17438)
This is because we serialized the token wrong if the instance map contained entries from before the minimum token.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17438.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17438.bugfix b/changelog.d/17438.bugfix new file mode 100644 index 0000000000..cff6eecd48 --- /dev/null +++ b/changelog.d/17438.bugfix @@ -0,0 +1 @@ +Fix rare bug where `/sync` would break for a user when using workers with multiple stream writers. |