1
0
Fork 0
mirror of https://gitlab.com/famedly/conduit.git synced 2025-06-27 16:35:59 +00:00

feat: Add federation backfill and event visibility

Co-authored-by: Nyaaori <+@nyaaori.cat>
This commit is contained in:
Andrei Vasiliu 2022-01-15 19:13:17 +02:00 committed by Nyaaori
parent 249960b111
commit d51f8a6c55
No known key found for this signature in database
GPG key ID: E7819C3ED4D1F82E
5 changed files with 150 additions and 11 deletions

View file

@ -368,6 +368,7 @@ fn routes() -> Router {
.ruma_route(server_server::send_transaction_message_route)
.ruma_route(server_server::get_event_route)
.ruma_route(server_server::get_missing_events_route)
.ruma_route(server_server::get_backfill_route)
.ruma_route(server_server::get_event_authorization_route)
.ruma_route(server_server::get_room_state_route)
.ruma_route(server_server::get_room_state_ids_route)