mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-07-30 04:52:46 +00:00
Handle invite v1 (#1165)
* Implement invite v1 for sytest mainly * Bump gmsl version which falls back to invite v1 if v2 404s * Update whitelist
This commit is contained in:
parent
67f7a53f12
commit
7a8282fccf
5 changed files with 77 additions and 15 deletions
|
@ -243,6 +243,9 @@ User can invite local user to room with version 2
|
|||
Remote user can backfill in a room with version 2
|
||||
Inbound federation accepts attempts to join v2 rooms from servers with support
|
||||
Outbound federation can send invites via v2 API
|
||||
Outbound federation can send invites via v1 API
|
||||
Inbound federation can receive invites via v1 API
|
||||
Inbound federation can receive invites via v2 API
|
||||
User can create and send/receive messages in a room with version 3
|
||||
local user can join room with version 3
|
||||
Remote user can backfill in a room with version 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue