summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2022-10-12 06:46:13 -0400
committerGitHub <noreply@github.com>2022-10-12 06:46:13 -0400
commitc604d2c218a80f169876cf3063817e038063f7b9 (patch)
treeee5592660ea68a2643a7f49db8e7d0e88c12cc03 /changelog.d
parentBatch up calls to `get_rooms_for_users` (#14109) (diff)
downloadsynapse-c604d2c218a80f169876cf3063817e038063f7b9.tar.xz
Mark /relations endpoint as usable on workers. (#14028)
Co-authored-by: Eric Eastwood <erice@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14028.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14028.feature b/changelog.d/14028.feature
new file mode 100644
index 0000000000..6f5663a0ef
--- /dev/null
+++ b/changelog.d/14028.feature
@@ -0,0 +1 @@
+The `/relations` endpoint can now be used on workers.