sync: split into separate files

This commit is contained in:
Lambda 2024-05-30 22:06:55 +00:00
parent c7011fb70d
commit 79783ebe56
4 changed files with 1730 additions and 1692 deletions

View file

@ -548,8 +548,8 @@ fn client_routes() -> Router {
.ruma_route(c2s::send_state_event_for_key_route)
.ruma_route(c2s::get_state_events_route)
.ruma_route(c2s::get_state_events_for_key_route)
.ruma_route(c2s::sync_events_route)
.ruma_route(c2s::sync_events_v4_route)
.ruma_route(c2s::v3::sync_events_route)
.ruma_route(c2s::msc3575::sync_events_v4_route)
.ruma_route(c2s::get_context_route)
.ruma_route(c2s::get_message_events_route)
.ruma_route(c2s::search_events_route)