summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-11 13:08:30 +0100
committerErik Johnston <erik@matrix.org>2021-06-11 15:20:54 +0100
commit5e0b4719ea6650596470f2d3bff91a19096067b8 (patch)
tree9040d0e1e5f2c3101a271c21cc164aef1041e88a /changelog.d
parentFix bug when running presence off master (#10149) (diff)
downloadsynapse-5e0b4719ea6650596470f2d3bff91a19096067b8.tar.xz
Fix sending presence over federation when using workers (#10163)
When using a federation sender we'd send out all local presence updates over
federation even when they shouldn't be.

Fixes #10153.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10163.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10163.bugfix b/changelog.d/10163.bugfix
new file mode 100644
index 0000000000..7ccde66743
--- /dev/null
+++ b/changelog.d/10163.bugfix
@@ -0,0 +1 @@
+Fix a bug when using federation sender worker where it would send out more presence updates than necessary, leading to high resource usage. Broke in v1.33.0.