diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-04 12:07:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 12:07:02 -0400 |
commit | dcced5a8d76b94e372aefa7d1f05ec0dbc22ea0d (patch) | |
tree | 8673b6e27bf90c5ef57da90db53be9a7242ea13b /changelog.d/13878.feature | |
parent | Bump types-pyyaml from 6.0.4 to 6.0.12 (#14041) (diff) | |
download | synapse-dcced5a8d76b94e372aefa7d1f05ec0dbc22ea0d.tar.xz |
Use threaded receipts when fetching events for push. (#13878)
Update the HTTP and email pushers to consider threaded read receipts when fetching unread events.
Diffstat (limited to 'changelog.d/13878.feature')
-rw-r--r-- | changelog.d/13878.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13878.feature b/changelog.d/13878.feature new file mode 100644 index 0000000000..d0cb902dff --- /dev/null +++ b/changelog.d/13878.feature @@ -0,0 +1 @@ +Experimental support for thread-specific receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771)). |