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

Commit

Permalink
Remove shared rooms info from upgrade/workers doc as it's still exper…
Browse files Browse the repository at this point in the history
…imental (#8290)
  • Loading branch information
anoadragon453 authored Sep 10, 2020
1 parent 536f4a2 commit 192e981
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
13 changes: 0 additions & 13 deletions UPGRADE.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
Upgrading to v1.20.0
====================

Shared rooms endpoint (MSC2666)
-------------------------------

This release contains a new unstable endpoint `/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/.*`
for fetching rooms one user has in common with another. This feature requires the
`update_user_directory` config flag to be `True`. If you are you are using a `synapse.app.user_dir`
worker, requests to this endpoint must be handled by that worker.
See `docs/workers.md <docs/workers.md>`_ for more details.


Upgrading Synapse
=================

Expand Down
1 change: 0 additions & 1 deletion docs/workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,6 @@ Handles searches in the user directory. It can handle REST endpoints matching
the following regular expressions:

^/_matrix/client/(api/v1|r0|unstable)/user_directory/search$
^/_matrix/client/unstable/uk.half-shot.msc2666/user/shared_rooms/.*$

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

0 comments on commit 192e981

Please sign in to comment.