summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-05-31 16:07:05 +0100
committerGitHub <noreply@github.com>2024-05-31 16:07:05 +0100
commit5c2a837e3cb3eb307f080a7991f464598f43f283 (patch)
tree8f4008b44ae04fd9355d7d64f1b8319a1bbab265 /changelog.d
parentFix logging errors when receiving invalid User ID for key querys (#17250) (diff)
downloadsynapse-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.bugfix1
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.