diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-04-26 12:38:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-26 12:38:14 +0100 |
commit | 63b75cf7d70db28924f29bce55b55f567d8053f2 (patch) | |
tree | 1c52064312301e9f6262089e3110f948694e49db /changelog.d/5103.bugfix | |
parent | Merge remote-tracking branch 'origin/master' into develop (diff) | |
parent | Fix infinite loop in presence handler (diff) | |
download | synapse-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/5103.bugfix')
-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. |