summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-04-26 12:38:14 +0100
committerGitHub <noreply@github.com>2019-04-26 12:38:14 +0100
commit63b75cf7d70db28924f29bce55b55f567d8053f2 (patch)
tree1c52064312301e9f6262089e3110f948694e49db /changelog.d
parentMerge remote-tracking branch 'origin/master' into develop (diff)
parentFix infinite loop in presence handler (diff)
downloadsynapse-63b75cf7d70db28924f29bce55b55f567d8053f2.tar.xz
Merge pull request #5103 from matrix-org/rav/fix_notif_loop
Fix infinite loop in presence handler
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.