summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2019-04-26 11:13:16 +0100
committerRichard van der Hoff <richard@matrix.org>2019-04-26 11:14:49 +0100
commitbd0d45ca69587f4f258b738dfa3a55704838081e (patch)
tree1c52064312301e9f6262089e3110f948694e49db /changelog.d
parentMerge remote-tracking branch 'origin/master' into develop (diff)
downloadsynapse-bd0d45ca69587f4f258b738dfa3a55704838081e.tar.xz
Fix infinite loop in presence handler
Fixes #5102
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5103.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5103.bugfix b/changelog.d/5103.bugfix
new file mode 100644
index 0000000000..590d80d58f
--- /dev/null
+++ b/changelog.d/5103.bugfix
@@ -0,0 +1 @@
+Fix bug where presence updates were sent to all servers in a room when a new server joined, rather than to just the new server.