diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-10-04 11:36:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-04 11:36:16 -0400 |
commit | 2b6d41ebd685fb546e52acdbcb0024dfcf5a5db1 (patch) | |
tree | ee2ead1e78477d6d8bbcdfe94fcc992702067190 /changelog.d | |
parent | update authlib from 0.15.5 to 1.1.0 (#14006) (diff) | |
download | synapse-2b6d41ebd685fb546e52acdbcb0024dfcf5a5db1.tar.xz |
Recursively fetch the thread for receipts & notifications. (#13824)
Consider an event to be part of a thread if you can follow a chain of relations up to a thread root. Part of MSC3773 & MSC3771.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13824.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13824.feature b/changelog.d/13824.feature new file mode 100644 index 0000000000..d0cb902dff --- /dev/null +++ b/changelog.d/13824.feature @@ -0,0 +1 @@ +Experimental support for thread-specific receipts ([MSC3771](https://github.com/matrix-org/matrix-spec-proposals/pull/3771)). |