Add relations endpoints, edits and threads work now
This commit is contained in:
parent
db6def8800
commit
72eb1972c1
8 changed files with 385 additions and 29 deletions
|
@ -383,6 +383,9 @@ fn routes() -> Router {
|
|||
// .ruma_route(client_server::third_party_route)
|
||||
.ruma_route(client_server::upgrade_room_route)
|
||||
.ruma_route(client_server::get_threads_route)
|
||||
.ruma_route(client_server::get_relating_events_with_rel_type_and_event_type_route)
|
||||
.ruma_route(client_server::get_relating_events_with_rel_type_route)
|
||||
.ruma_route(client_server::get_relating_events_route)
|
||||
.ruma_route(server_server::get_server_version_route)
|
||||
.route(
|
||||
"/_matrix/key/v2/server",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue