diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-11 13:08:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 13:08:30 +0100 |
commit | c8dd4db9eba5335924046a27c1156f0e18862bdd (patch) | |
tree | 94866633ca7690e8ba92bee592b8e6b6a5aa1b20 /changelog.d | |
parent | Clean up a broken import in admin_cmd.py (#10154) (diff) | |
download | synapse-c8dd4db9eba5335924046a27c1156f0e18862bdd.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.bugfix | 1 |
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. |