summary refs log tree commit diff
path: root/docs/admin_api
diff options
context:
space:
mode:
authorDavid Teller <D.O.Teller@gmail.com>2021-01-11 20:32:17 +0100
committerGitHub <noreply@github.com>2021-01-11 14:32:17 -0500
commitb161528fccac4bf17f7afa9438a75d796433194e (patch)
tree1ec5cd647df5e032359ba3929951f4ce7bfaa7cc /docs/admin_api
parentMove more encryption endpoints off master (#9068) (diff)
downloadsynapse-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/admin_api')
-rw-r--r--docs/admin_api/user_admin_api.rst4
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: