diff options
author | Till <2353100+S7evinK@users.noreply.github.com> | 2023-09-27 08:27:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 08:27:08 +0200 |
commit | 05a8f1ede3ca0ccd0f9a7d327ef3cb30b6fd2798 (patch) | |
tree | cda98010f6bf78dd4a595d5132dcf5186c20a99f /are-we-synapse-yet.list | |
parent | 16d922de701ca28966127b2e1160d65527f65e8e (diff) |
Support for room version v11 (#3204)
Fixes #3203
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 58537473..80c0dbff 100644 --- a/are-we-synapse-yet.list +++ b/are-we-synapse-yet.list @@ -944,4 +944,12 @@ 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 +rmv Can receive redactions from regular users over federation in room version 10 +rmv User can create and send/receive messages in a room with version 11 +rmv local user can join room with version 11 +rmv User can invite local user to room with version 11 +rmv remote user can join room with version 11 +rmv User can invite remote user to room with version 11 +rmv Remote user can backfill in a room with version 11 +rmv Can reject invites over federation for rooms with version 11 +rmv Can receive redactions from regular users over federation in room version 11
\ No newline at end of file |