diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-21 14:39:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-21 14:39:16 -0400 |
commit | ba00e20234eadae66f105f8bda64e39beed9a92d (patch) | |
tree | a828912312bbc6ecbdf9d3a5d2bfe27b7296fb3f /changelog.d | |
parent | Fix adding excluded users to the private room sharing tables when joining a r... (diff) | |
download | synapse-ba00e20234eadae66f105f8bda64e39beed9a92d.tar.xz |
Add a thread relation type per MSC3440. (#11088)
Adds experimental support for MSC3440's `io.element.thread` relation type (and the aggregation for it).
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11088.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11088.feature b/changelog.d/11088.feature new file mode 100644 index 0000000000..76b0d28084 --- /dev/null +++ b/changelog.d/11088.feature @@ -0,0 +1 @@ +Experimental support for the thread relation defined in [MSC3440](https://github.com/matrix-org/matrix-doc/pull/3440). |