Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 192e981

Browse files
Remove shared rooms info from upgrade/workers doc as it's still experimental (#8290)
1 parent 536f4a2 commit 192e981

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

UPGRADE.rst

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
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-
141
Upgrading Synapse
152
=================
163

docs/workers.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,6 @@ Handles searches in the user directory. It can handle REST endpoints matching
380380
the 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

385384
When using this worker you must also set `update_user_directory: False` in the
386385
shared configuration file to stop the main synapse running background

0 commit comments

Comments
 (0)