diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-14 14:05:25 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-14 18:05:25 +0000 |
commit | d1bdeccb50550ef454067aa01dd9d004c4704633 (patch) | |
tree | ae93fc8a6290af9080665c5caf68f8a4855eba8c /changelog.d | |
parent | Advertise support for Matrix 1.4. (#14184) (diff) | |
download | synapse-d1bdeccb50550ef454067aa01dd9d004c4704633.tar.xz |
Accept threaded receipts for events related to the root event. (#14174)
The root node of a thread (and events related to it) are considered "part of a thread" when validating receipts. This allows clients which show the root node in both the main timeline and the threaded timeline to easily send receipts in either. Note that threaded notifications are not created for these events, these events created notifications on the main timeline.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14174.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14174.feature b/changelog.d/14174.feature new file mode 100644 index 0000000000..5d0ae16e13 --- /dev/null +++ b/changelog.d/14174.feature @@ -0,0 +1 @@ +Support for thread-specific notifications & receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771) and [MSC3773](https://github.com/matrix-org/matrix-spec-proposals/pull/3773)). |