mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-18 12:23:09 -06:00
Added tests to systest-whitelist
This commit is contained in:
parent
7cabe39671
commit
580991e74c
|
|
@ -210,3 +210,20 @@ Message history can be paginated
|
||||||
Getting messages going forward is limited for a departed room (SPEC-216)
|
Getting messages going forward is limited for a departed room (SPEC-216)
|
||||||
m.room.history_visibility == "world_readable" allows/forbids appropriately for Real users
|
m.room.history_visibility == "world_readable" allows/forbids appropriately for Real users
|
||||||
Backfill works correctly with history visibility set to joined
|
Backfill works correctly with history visibility set to joined
|
||||||
|
Guest user cannot call /events globally
|
||||||
|
Guest users can join guest_access rooms
|
||||||
|
Guest user can set display names
|
||||||
|
Guest user cannot upgrade other users
|
||||||
|
m.room.history_visibility == "world_readable" allows/forbids appropriately for Guest users
|
||||||
|
Guest non-joined user cannot call /events on shared room
|
||||||
|
Guest non-joined user cannot call /events on invited room
|
||||||
|
Guest non-joined user cannot call /events on joined room
|
||||||
|
Guest non-joined user cannot call /events on default room
|
||||||
|
Guest non-joined users can get state for world_readable rooms
|
||||||
|
Guest non-joined users can get individual state for world_readable rooms
|
||||||
|
Guest non-joined users cannot room initalSync for non-world_readable rooms
|
||||||
|
Guest non-joined users can get individual state for world_readable rooms after leaving
|
||||||
|
Guest non-joined users cannot send messages to guest_access rooms if not joined
|
||||||
|
Guest users can sync from world_readable guest_access rooms if joined
|
||||||
|
Guest users can sync from default guest_access rooms if joined
|
||||||
|
Real non-joined users cannot room initalSync for non-world_readable rooms
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue