0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-11 08:58:59 +02:00

sytest: update blacklist and whitelist (#2025)

Should make CI happy again
This commit is contained in:
kegsay 2021-10-21 15:35:36 +01:00 committed by GitHub
parent 09511c6086
commit 3b7a4ad640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -79,3 +79,7 @@ If a device list update goes missing, the server resyncs on the next one
# we don't support groups
Remove group category
Remove group role
# See https://github.com/matrix-org/sytest/pull/1142
Device list doesn't change if remote server is down
If a device list update goes missing, the server resyncs on the next one

View file

@ -557,3 +557,11 @@ can fetch self-signing keys over federation
Changing master key notifies local users
Changing user-signing key notifies local users
Inbound federation correctly handles soft failed events as extremities
User can create and send/receive messages in a room with version 7
local user can join room with version 7
User can invite local user to room with version 7
remote user can join room with version 7
User can invite remote user to room with version 7
Remote user can backfill in a room with version 7
Can reject invites over federation for rooms with version 7
Can receive redactions from regular users over federation in room version 7