diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2020-09-10 13:08:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-10 13:08:08 +0100 |
commit | 192e98111d2d2fc18e151308120a411ff7357d5d (patch) | |
tree | 6747a8389c16f996c63bae0d3f420f169bfee4d8 /UPGRADE.rst | |
parent | 1.20.0rc2 (diff) | |
download | synapse-192e98111d2d2fc18e151308120a411ff7357d5d.tar.xz |
Remove shared rooms info from upgrade/workers doc as it's still experimental (#8290)
Diffstat (limited to 'UPGRADE.rst')
-rw-r--r-- | UPGRADE.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/UPGRADE.rst b/UPGRADE.rst index 77be1b2952..6492fa011f 100644 --- a/UPGRADE.rst +++ b/UPGRADE.rst @@ -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 ================= |