diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2021-10-20 16:36:07 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-10-20 16:36:07 +0100 |
commit | b0d775ad59d53bc98b0cdef1814c970b83883e21 (patch) | |
tree | 49843aa04e16d7558eddd8f971228f05906240ce | |
parent | Fix providing a RoomStreamToken instance to _notify_app_services_ephemeral (diff) | |
download | synapse-b0d775ad59d53bc98b0cdef1814c970b83883e21.tar.xz |
Changelog
-rw-r--r-- | changelog.d/11137.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11137.bugfix b/changelog.d/11137.bugfix new file mode 100644 index 0000000000..261fc40fac --- /dev/null +++ b/changelog.d/11137.bugfix @@ -0,0 +1 @@ +Partially address occasional bursts of old read receipt and presence data being sent to application services that have opted in to receiving them. \ No newline at end of file |