diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-11 11:20:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 11:20:27 -0500 |
commit | 4d7e74b2e503373da66ec929afd1aa7010676878 (patch) | |
tree | 09971cfb8c6ab9aa594395b28f4405d10990d101 /changelog.d | |
parent | Fetch thread summaries for multiple events in a single query (#11752) (diff) | |
download | synapse-4d7e74b2e503373da66ec929afd1aa7010676878.tar.xz |
Support the MSC3715 for `/relations`. (#11941)
This adds an unstable org.matrix.msc3715.dir parameter which acts like dir on /mesages.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11941.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11941.feature b/changelog.d/11941.feature new file mode 100644 index 0000000000..2b5b11cb9f --- /dev/null +++ b/changelog.d/11941.feature @@ -0,0 +1 @@ +Support the `dir` parameter on the `/relations` endpoint, per [MSC3715](https://github.com/matrix-org/matrix-doc/pull/3715). |