Update sytest-whitelist

This commit is contained in:
Neil Alexander 2020-08-14 17:36:29 +01:00
parent 1e7ff9873e
commit 8605c3bb75
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -411,6 +411,7 @@ PUT /rooms/:room_id/typing/:user_id sets typing notification
Typing notification sent to local room members Typing notification sent to local room members
Typing notifications also sent to remote room members Typing notifications also sent to remote room members
Typing can be explicitly stopped Typing can be explicitly stopped
Banned user is kicked and may not rejoin until unbanned
Inbound federation rejects attempts to join v1 rooms from servers without v1 support Inbound federation rejects attempts to join v1 rooms from servers without v1 support
Inbound federation rejects attempts to join v2 rooms from servers lacking version support Inbound federation rejects attempts to join v2 rooms from servers lacking version support
Inbound federation rejects attempts to join v2 rooms from servers only supporting v1 Inbound federation rejects attempts to join v2 rooms from servers only supporting v1
@ -453,4 +454,4 @@ Banned servers cannot get room state ids
Banned servers cannot backfill Banned servers cannot backfill
Inbound /v1/send_leave rejects leaves from other servers Inbound /v1/send_leave rejects leaves from other servers
Guest users can accept invites to private rooms over federation Guest users can accept invites to private rooms over federation
AS user (not ghost) can join room without registering