mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-06 17:40:59 +00:00
Merge branch 'federation-hierarchy' into 'next'
feat(spaces): hierarchy over federation Closes #410 and #394 See merge request famedly/conduit!598
This commit is contained in:
commit
12ada1c86a
9 changed files with 973 additions and 389 deletions
|
@ -467,6 +467,7 @@ fn routes(config: &Config) -> Router {
|
|||
.ruma_route(server_server::get_keys_route)
|
||||
.ruma_route(server_server::claim_keys_route)
|
||||
.ruma_route(server_server::get_openid_userinfo_route)
|
||||
.ruma_route(server_server::get_hierarchy_route)
|
||||
.ruma_route(server_server::well_known_server)
|
||||
} else {
|
||||
router
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue