diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-10-20 20:02:33 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2022-01-14 14:43:23 +0000 |
commit | 8a249da4a7a2e174216a39170dd31d4793b4cd35 (patch) | |
tree | 6bb05a7080f59f3d807872c0f386e4ce5ceaaaff | |
parent | Remove the need to convert to a List (diff) | |
download | synapse-8a249da4a7a2e174216a39170dd31d4793b4cd35.tar.xz |
Changelog
-rw-r--r-- | changelog.d/11140.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11140.bugfix b/changelog.d/11140.bugfix new file mode 100644 index 0000000000..fe60f03ed2 --- /dev/null +++ b/changelog.d/11140.bugfix @@ -0,0 +1 @@ +Fix a long-standing bug that caused duplicate presence updates to be sent to application services. \ No newline at end of file |