diff options
author | David Teller <D.O.Teller@gmail.com> | 2021-01-11 20:32:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 14:32:17 -0500 |
commit | b161528fccac4bf17f7afa9438a75d796433194e (patch) | |
tree | 1ec5cd647df5e032359ba3929951f4ce7bfaa7cc /docs | |
parent | Move more encryption endpoints off master (#9068) (diff) | |
download | synapse-b161528fccac4bf17f7afa9438a75d796433194e.tar.xz |
Also support remote users on the joined_rooms admin API. (#8948)
For remote users, only the rooms which the server knows about are returned. Local users have all of their joined rooms returned.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/admin_api/user_admin_api.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/admin_api/user_admin_api.rst b/docs/admin_api/user_admin_api.rst index e4d6f8203b..3115951e1f 100644 --- a/docs/admin_api/user_admin_api.rst +++ b/docs/admin_api/user_admin_api.rst @@ -337,6 +337,10 @@ A response body like the following is returned: "total": 2 } +The server returns the list of rooms of which the user and the server +are member. If the user is local, all the rooms of which the user is +member are returned. + **Parameters** The following parameters should be set in the URL: |