mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-21 22:03:10 -06:00
Un-whitelist a couple of tests
This commit is contained in:
parent
372ff70906
commit
1e7ff9873e
|
|
@ -411,14 +411,12 @@ 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
|
||||||
Outbound federation passes make_join failures through to the client
|
Outbound federation passes make_join failures through to the client
|
||||||
Outbound federation correctly handles unsupported room versions
|
Outbound federation correctly handles unsupported room versions
|
||||||
Remote users may not join unfederated rooms
|
Remote users may not join unfederated rooms
|
||||||
Guest users denied access over federation if guest access prohibited
|
|
||||||
Non-numeric ports in server names are rejected
|
Non-numeric ports in server names are rejected
|
||||||
Invited user can reject invite over federation
|
Invited user can reject invite over federation
|
||||||
Invited user can reject invite over federation for empty room
|
Invited user can reject invite over federation for empty room
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue