summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-04-28 14:42:50 +0100
committerGitHub <noreply@github.com>2021-04-28 14:42:50 +0100
commite4ab8676b4b5a3336ef49bb68a0e6dabbf030df4 (patch)
tree1c347bbfdf8428c21cb86bbff1c0edef9659c21f /changelog.d
parentReword account validity template change to sound less like a bugfix (diff)
downloadsynapse-e4ab8676b4b5a3336ef49bb68a0e6dabbf030df4.tar.xz
Fix tight loop handling presence replication. (#9900)
Only affects workers. Introduced in #9819.

Fixes #9899.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9900.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9900.bugfix b/changelog.d/9900.bugfix
new file mode 100644
index 0000000000..a8470fca3f
--- /dev/null
+++ b/changelog.d/9900.bugfix
@@ -0,0 +1 @@
+Fix tight loop handling presence replication when using workers. Introduced in v1.33.0rc1.