summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Ferrazzutti <andrewf@element.io>2024-04-26 17:46:42 +0900
committerGitHub <noreply@github.com>2024-04-26 09:46:42 +0100
commit516fd891eeb3cade255298a2239ca607bfbec16a (patch)
tree1c569f9f7830e9fd183317287aa1d3efa3cb48f9 /changelog.d
parentUpdate event_cache_size and global_factor configurations documentation (#17071) (diff)
downloadsynapse-516fd891eeb3cade255298a2239ca607bfbec16a.tar.xz
Use recommended endpoint for MSC3266 requests (#17078)
Keep the existing endpoint for backwards compatibility

Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/17078.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17078.bugfix b/changelog.d/17078.bugfix
new file mode 100644
index 0000000000..286a772a1e
--- /dev/null
+++ b/changelog.d/17078.bugfix
@@ -0,0 +1 @@
+For MSC3266 room summaries, support queries at the recommended endpoint of `/_matrix/client/unstable/im.nheko.summary/summary/{roomIdOrAlias}`. The existing endpoint of `/_matrix/client/unstable/im.nheko.summary/rooms/{roomIdOrAlias}/summary` is deprecated.