summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-11 10:27:12 +0100
committerGitHub <noreply@github.com>2021-06-11 10:27:12 +0100
commitd26d15ba3d63867d777070185b96d06c2b3646f0 (patch)
tree017d9d6280306bb7ff1dd971a3cdc49eede9d164 /changelog.d
parentAdd metrics to track how often events are `soft_failed` (#10156) (diff)
downloadsynapse-d26d15ba3d63867d777070185b96d06c2b3646f0.tar.xz
Fix bug when running presence off master (#10149)
Hopefully fixes #10027.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10149.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10149.bugfix b/changelog.d/10149.bugfix
new file mode 100644
index 0000000000..cb2d2eedb3
--- /dev/null
+++ b/changelog.d/10149.bugfix
@@ -0,0 +1 @@
+Fix a bug which caused  presence updates to stop working some time after restart, when using a presence writer worker.