mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:16:02 -04:00
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.
This commit is contained in:
parent
c9195744a4
commit
b161528fcc
4 changed files with 57 additions and 13 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue