summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-09-27 10:47:34 -0400
committerGitHub <noreply@github.com>2022-09-27 10:47:34 -0400
commit87fe9db4675e510ea9c0234429b4773341c4e86d (patch)
tree43462024ac1fe7dc1178f6669710d5112f8e6d9b /changelog.d
parentPrioritize outbound to-device over device list updates (#13922) (diff)
downloadsynapse-87fe9db4675e510ea9c0234429b4773341c4e86d.tar.xz
Support the stable dir parameter for /relations. (#13920)
Since MSC3715 has passed FCP, the stable parameter can be used.

This currently falls back to the unstable parameter if the stable
parameter is not provided (and MSC3715 support is enabled in
the configuration).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13920.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13920.feature b/changelog.d/13920.feature
new file mode 100644
index 0000000000..aee702bcd2
--- /dev/null
+++ b/changelog.d/13920.feature
@@ -0,0 +1 @@
+Support a `dir` parameter on the `/relations` endpoint per [MSC3715](https://github.com/matrix-org/matrix-doc/pull/3715).