summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2023-05-18 18:49:12 +0200
committerGitHub <noreply@github.com>2023-05-18 12:49:12 -0400
commite5b4d93770fe5cfc45f1e769d8cb00a2075d68fa (patch)
tree643c502e29ac64646daad66e04c2bfcd4e025f07 /changelog.d
parentFix olddeps build (#15626) (diff)
downloadsynapse-e5b4d93770fe5cfc45f1e769d8cb00a2075d68fa.tar.xz
Update Mutual Rooms (MSC2666) implementation (#15621)
To track changes in MSC2666:

- The change from `/mutual_rooms/{user_id}` to `/mutual_rooms?user_id={user_id}`.
- The addition of `next_batch_token` (and logic).
- Unstable flag now being `uk.half-shot.msc2666.query_mutual_rooms`.
- The error code when your own user is requested.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15621.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15621.misc b/changelog.d/15621.misc
new file mode 100644
index 0000000000..5d060f4dbc
--- /dev/null
+++ b/changelog.d/15621.misc
@@ -0,0 +1 @@
+Update Mutual Rooms (MSC2666) implementation to match new proposal text.
\ No newline at end of file