mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-23 06:41:56 -06:00
Add passing tests
This commit is contained in:
parent
706adc936b
commit
239dcb83b3
|
@ -715,4 +715,12 @@ Presence can be set from sync
|
||||||
PUT /rooms/:room_id/redact/:event_id/:txn_id is idempotent
|
PUT /rooms/:room_id/redact/:event_id/:txn_id is idempotent
|
||||||
Unnamed room comes with a name summary
|
Unnamed room comes with a name summary
|
||||||
Named room comes with just joined member count summary
|
Named room comes with just joined member count summary
|
||||||
Room summary only has 5 heroes
|
Room summary only has 5 heroes
|
||||||
|
Joining room twice is idempotent
|
||||||
|
Getting messages going forward is limited for a departed room (SPEC-216)
|
||||||
|
m.room.history_visibility == "shared" allows/forbids appropriately for Guest users
|
||||||
|
m.room.history_visibility == "invited" allows/forbids appropriately for Guest users
|
||||||
|
m.room.history_visibility == "default" allows/forbids appropriately for Guest users
|
||||||
|
m.room.history_visibility == "shared" allows/forbids appropriately for Real users
|
||||||
|
m.room.history_visibility == "invited" allows/forbids appropriately for Real users
|
||||||
|
m.room.history_visibility == "default" allows/forbids appropriately for Real users
|
Loading…
Reference in a new issue