summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-06-11 15:19:42 +0100
committerErik Johnston <erik@matrix.org>2021-06-11 15:21:08 +0100
commitcdd985c64facb15b36fdc3bf479d25d6572f29a7 (patch)
tree312393a4922dff0d7cd29b71563a90001a31f8a7 /changelog.d
parentFix sending presence over federation when using workers (#10163) (diff)
downloadsynapse-cdd985c64facb15b36fdc3bf479d25d6572f29a7.tar.xz
Only send a presence state to a destination once (#10165)
It turns out that we were sending the same presence state to a remote
potentially multiple times.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10165.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10165.bugfix b/changelog.d/10165.bugfix
new file mode 100644
index 0000000000..8b1eeff352
--- /dev/null
+++ b/changelog.d/10165.bugfix
@@ -0,0 +1 @@
+Fix a bug where Synapse could send the same presence update to a remote twice.