diff options
author | Will Hunt <will@half-shot.uk> | 2020-11-18 18:54:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-18 18:54:09 +0000 |
commit | 51338491c9bedcdfb5f9babad2a34cbfea6b57d2 (patch) | |
tree | b3949e31bec8469cbdf31e3083f87af72c04e3b8 /changelog.d | |
parent | Fix tests on develop (#8777) (diff) | |
download | synapse-51338491c9bedcdfb5f9babad2a34cbfea6b57d2.tar.xz |
Improve appservice handler to send only the most recent read receipts when no stream_id is stored. (#8744)
* Make this line debug (it's noisy) * Don't include from_key for presence if we are at 0 * Limit read receipts for all rooms to 100 * changelog.d/8744.bugfix * Allow from_key to be None * Update 8744.bugfix * The from_key is superflous * Update comment
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8744.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8744.bugfix b/changelog.d/8744.bugfix new file mode 100644 index 0000000000..f8f9630bd6 --- /dev/null +++ b/changelog.d/8744.bugfix @@ -0,0 +1 @@ +Fix a bug where appservices may be sent an excessive amount of read receipts and presence. Broke in v1.22.0. |