implement unstable MSC2666 support for querying mutual rooms
https://github.com/matrix-org/matrix-spec-proposals/pull/2666 Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
0dc3acea71
commit
85814e96e3
5 changed files with 53 additions and 3 deletions
|
@ -206,6 +206,7 @@ pub fn routes() -> Router {
|
|||
.ruma_route(server_server::get_keys_route)
|
||||
.ruma_route(server_server::claim_keys_route)
|
||||
.ruma_route(server_server::get_hierarchy_route)
|
||||
.ruma_route(client_server::get_mutual_rooms_route)
|
||||
.ruma_route(client_server::well_known_support)
|
||||
.route("/_conduwuit/server_version", get(client_server::conduwuit_server_version))
|
||||
.route("/_matrix/client/r0/rooms/:room_id/initialSync", get(initial_sync))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue