summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2024-01-04 09:57:21 +0000
committerGitHub <noreply@github.com>2024-01-04 09:57:21 +0000
commit25b3ba532832e86b59633c94a204a1902fb07d46 (patch)
treeaaf21f69c2c990905015c4823ddee3eb2a752b51 /changelog.d
parentSearch non ASCII display names using Admin API (#16767) (diff)
downloadsynapse-25b3ba532832e86b59633c94a204a1902fb07d46.tar.xz
Add recursion_depth to /relations if recursing (#16775)
This is an extra response parameter just added to MSC3981. In the
current impl, the recursion depth is always 3, so this just returns a
static 3 if the recurse parameter is supplied.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16775.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16775.bugfix b/changelog.d/16775.bugfix
new file mode 100644
index 0000000000..99f04ca59d
--- /dev/null
+++ b/changelog.d/16775.bugfix
@@ -0,0 +1 @@
+Adds the recursion_depth parameter to the response of the /relations endpoint if MSC3981 recursion is being performed.