mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-16 19:33:09 -06:00
Update sytest-whitelist, sytest-blacklist
This commit is contained in:
parent
3f5c4a0047
commit
75b5047721
|
|
@ -31,4 +31,7 @@ Alias creators can delete canonical alias with no ops
|
||||||
|
|
||||||
# Blacklisted because we need to implement v2 invite endpoints for room versions
|
# Blacklisted because we need to implement v2 invite endpoints for room versions
|
||||||
# to be supported (currently fails with M_UNSUPPORTED_ROOM_VERSION)
|
# to be supported (currently fails with M_UNSUPPORTED_ROOM_VERSION)
|
||||||
Inbound federation rejects invites which are not signed by the sender
|
Inbound federation rejects invites which are not signed by the sender
|
||||||
|
|
||||||
|
# Blacklisted due to flakiness
|
||||||
|
Regular users can add and delete aliases when m.room.aliases is restricted
|
||||||
|
|
@ -215,7 +215,6 @@ Guest users can sync from default guest_access rooms if joined
|
||||||
Real non-joined users cannot room initalSync for non-world_readable rooms
|
Real non-joined users cannot room initalSync for non-world_readable rooms
|
||||||
Push rules come down in an initial /sync
|
Push rules come down in an initial /sync
|
||||||
Regular users can add and delete aliases in the default room configuration
|
Regular users can add and delete aliases in the default room configuration
|
||||||
Regular users can add and delete aliases when m.room.aliases is restricted
|
|
||||||
GET /r0/capabilities is not public
|
GET /r0/capabilities is not public
|
||||||
GET /joined_rooms lists newly-created room
|
GET /joined_rooms lists newly-created room
|
||||||
/joined_rooms returns only joined rooms
|
/joined_rooms returns only joined rooms
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue