diff options
author | Richard van der Hoff <richard@matrix.org> | 2019-04-26 11:13:16 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-04-26 11:14:49 +0100 |
commit | bd0d45ca69587f4f258b738dfa3a55704838081e (patch) | |
tree | 1c52064312301e9f6262089e3110f948694e49db /changelog.d | |
parent | Merge remote-tracking branch 'origin/master' into develop (diff) | |
download | synapse-bd0d45ca69587f4f258b738dfa3a55704838081e.tar.xz |
Fix infinite loop in presence handler
Fixes #5102
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5103.bugfix | 1 |
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. |