This repository was archived by the owner on Apr 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 1- Upgrading to v1.20.0
2- ====================
3-
4- Shared rooms endpoint (MSC2666)
5- -------------------------------
6-
7- This release contains a new unstable endpoint `/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/.* `
8- for fetching rooms one user has in common with another. This feature requires the
9- `update_user_directory ` config flag to be `True `. If you are you are using a `synapse.app.user_dir `
10- worker, requests to this endpoint must be handled by that worker.
11- See `docs/workers.md <docs/workers.md >`_ for more details.
12-
13-
141Upgrading Synapse
152=================
163
Original file line number Diff line number Diff line change @@ -380,7 +380,6 @@ Handles searches in the user directory. It can handle REST endpoints matching
380380the following regular expressions :
381381
382382 ^/_matrix/client/(api/v1|r0|unstable)/user_directory/search$
383- ^/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/.*$
384383
385384When using this worker you must also set `update_user_directory : False` in the
386385shared configuration file to stop the main synapse running background
You can’t perform that action at this time.
0 commit comments