summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erikj@jki.re>2019-03-28 14:38:31 +0000
committerGitHub <noreply@github.com>2019-03-28 14:38:31 +0000
commit248014379e173b131138d278517394ffe1906cbe (patch)
tree6704350d85a1e498842f8d51314be49516d44f2b /changelog.d
parentMerge pull request #4953 from matrix-org/rav/refactor_replication_streams (diff)
parentUse an assert (diff)
downloadsynapse-248014379e173b131138d278517394ffe1906cbe.tar.xz
Merge pull request #4942 from matrix-org/erikj/fix_presence
Use event streams to calculate presence
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/4942.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4942.bugfix b/changelog.d/4942.bugfix
new file mode 100644
index 0000000000..590d80d58f
--- /dev/null
+++ b/changelog.d/4942.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.