mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Update sytest lists
This commit is contained in:
parent
5d80ff11a0
commit
c7bf122a26
2 changed files with 4 additions and 2 deletions
|
@ -57,4 +57,7 @@ The only membership state included in a gapped incremental sync is for senders i
|
|||
# Blacklisted out of flakiness after #1479
|
||||
Invited user can reject local invite after originator leaves
|
||||
Invited user can reject invite for empty room
|
||||
If user leaves room, remote user changes device and rejoins we see update in /sync and /keys/changes
|
||||
If user leaves room, remote user changes device and rejoins we see update in /sync and /keys/changes
|
||||
|
||||
# Blacklisted due to flakiness
|
||||
A prev_batch token from incremental sync can be used in the v1 messages API
|
|
@ -481,7 +481,6 @@ m.room.history_visibility == "joined" allows/forbids appropriately for Guest use
|
|||
m.room.history_visibility == "joined" allows/forbids appropriately for Real users
|
||||
POST rejects invalid utf-8 in JSON
|
||||
Users cannot kick users who have already left a room
|
||||
A prev_batch token from incremental sync can be used in the v1 messages API
|
||||
Event with an invalid signature in the send_join response should not cause room join to fail
|
||||
Inbound federation rejects typing notifications from wrong remote
|
||||
Should not be able to take over the room by pretending there is no PL event
|
||||
|
|
Loading…
Reference in a new issue