diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-11 15:19:42 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2021-06-11 15:21:08 +0100 |
commit | cdd985c64facb15b36fdc3bf479d25d6572f29a7 (patch) | |
tree | 312393a4922dff0d7cd29b71563a90001a31f8a7 /changelog.d | |
parent | Fix sending presence over federation when using workers (#10163) (diff) | |
download | synapse-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.bugfix | 1 |
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. |