diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2024-04-09 12:11:08 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-09 17:11:08 +0100 |
commit | a2a543fd122e5704dea5181c03f5cdc4c1ea9475 (patch) | |
tree | 90fd5036cb60530e7bf3f69d4ae938d2afa6dc62 /changelog.d | |
parent | Also check if first event matches the last in prev batch (#17066) (diff) | |
download | synapse-a2a543fd122e5704dea5181c03f5cdc4c1ea9475.tar.xz |
Stabliize support for MSC3981: recurse /relations (#17023)
See [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981), this pretty much just removes flags though. Part of #17021
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/17023.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17023.feature b/changelog.d/17023.feature new file mode 100644 index 0000000000..af772374fe --- /dev/null +++ b/changelog.d/17023.feature @@ -0,0 +1 @@ +Stabilize support for [MSC3981](https://github.com/matrix-org/matrix-spec-proposals/pull/3981): `/relations` recursion. Contributed by @clokep. \ No newline at end of file |