diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-01-20 15:18:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-20 15:18:06 +0100 |
commit | caf310fd7976ed3fe8abbbf8cb72d380c7efd3c2 (patch) | |
tree | 5e6c2711a2c52c83db3159907a96351d8e91d3da /are-we-synapse-yet.list | |
parent | a2b486091218e761adc0a00ce19ed4b600e489a2 (diff) |
AWSY missing federation tests (#2943)
In an attempt to fix the missing AWSY tests and to get to 100%
server-server compliance.
Diffstat (limited to 'are-we-synapse-yet.list')
-rw-r--r-- | are-we-synapse-yet.list | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/are-we-synapse-yet.list b/are-we-synapse-yet.list index 81c0f804..58537473 100644 --- a/are-we-synapse-yet.list +++ b/are-we-synapse-yet.list @@ -936,4 +936,12 @@ fst Room state after a rejected message event is the same as before fst Room state after a rejected state event is the same as before fpb Federation publicRoom Name/topic keys are correct fed New federated private chats get full presence information (SYN-115) (10 subtests) -dvk Rejects invalid device keys
\ No newline at end of file +dvk Rejects invalid device keys +rmv User can create and send/receive messages in a room with version 10 +rmv local user can join room with version 10 +rmv User can invite local user to room with version 10 +rmv remote user can join room with version 10 +rmv User can invite remote user to room with version 10 +rmv Remote user can backfill in a room with version 10 +rmv Can reject invites over federation for rooms with version 10 +rmv Can receive redactions from regular users over federation in room version 10
\ No newline at end of file |