diff options
author | Erik Johnston <erik@matrix.org> | 2021-06-11 15:19:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-11 15:19:42 +0100 |
commit | 968f8283b4479f65975ba8f4560ce6fb568f7328 (patch) | |
tree | 907e6bbadb67e9d5e1afd493d5039ab9b018e301 /changelog.d | |
parent | Support for database schema version ranges (#9933) (diff) | |
download | synapse-968f8283b4479f65975ba8f4560ce6fb568f7328.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. |