mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
sync: split into separate files
This commit is contained in:
parent
c7011fb70d
commit
79783ebe56
4 changed files with 1730 additions and 1692 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue