feat: WIP relationships and threads

This commit is contained in:
Timo Kösters
2023-06-25 19:31:40 +02:00
parent def079267d
commit c7e0ea525a
28 changed files with 766 additions and 340 deletions

View File

@@ -383,6 +383,7 @@ fn routes() -> Router {
.ruma_route(client_server::set_pushers_route)
// .ruma_route(client_server::third_party_route)
.ruma_route(client_server::upgrade_room_route)
.ruma_route(client_server::get_threads_route)
.ruma_route(server_server::get_server_version_route)
.route(
"/_matrix/key/v2/server",