diff options
author | Erik Johnston <erikj@element.io> | 2024-05-31 16:07:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-31 16:07:05 +0100 |
commit | 5c2a837e3cb3eb307f080a7991f464598f43f283 (patch) | |
tree | 8f4008b44ae04fd9355d7d64f1b8319a1bbab265 /changelog.d | |
parent | Fix logging errors when receiving invalid User ID for key querys (#17250) (diff) | |
download | synapse-5c2a837e3cb3eb307f080a7991f464598f43f283.tar.xz |
Fix bug where typing replication breaks (#17252)
This can happen on restarts of the service, due to old rooms being pruned.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17252.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17252.bugfix b/changelog.d/17252.bugfix new file mode 100644 index 0000000000..f3289d1568 --- /dev/null +++ b/changelog.d/17252.bugfix @@ -0,0 +1 @@ +Fix bug where typing updates would not be sent when using workers after a restart. |