diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2022-10-27 14:40:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-27 14:40:35 +0200 |
commit | 444b4bbdb8ce6f26651c4516cb23828a65bdd065 (patch) | |
tree | 199b5d262c965acf1d885bafaa59549b3eafe0c2 /sytest-whitelist | |
parent | a169a9121aa6b2ff3e3fba6ec9777227e349300f (diff) |
Add AS specific public room list endpoints (#2836)
Adds `PUT
/_matrix/client/v3/directory/list/appservice/{networkId}/{roomId}` and
`DELTE
/_matrix/client/v3/directory/list/appservice/{networkId}/{roomId}`
support, as well as the ability to filter `/publicRooms` on networkID
and including all networks.
Diffstat (limited to 'sytest-whitelist')
-rw-r--r-- | sytest-whitelist | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sytest-whitelist b/sytest-whitelist index 60610929..6e4500d0 100644 --- a/sytest-whitelist +++ b/sytest-whitelist @@ -757,4 +757,6 @@ Can get rooms/{roomId}/messages for a departed room (SPEC-216) Local device key changes appear in /keys/changes Can get rooms/{roomId}/members at a given point Can filter rooms/{roomId}/members -Current state appears in timeline in private history with many messages after
\ No newline at end of file +Current state appears in timeline in private history with many messages after +AS can publish rooms in their own list +AS and main public room lists are separate
\ No newline at end of file |