mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-08-06 17:40:59 +00:00
feat(sync): v4 -> v5
This commit is contained in:
parent
215198d1c0
commit
ec2c61e277
6 changed files with 66 additions and 128 deletions
|
@ -410,7 +410,7 @@ fn routes(config: &Config) -> Router {
|
|||
.put(client_server::send_state_event_for_empty_key_route),
|
||||
)
|
||||
.ruma_route(client_server::sync_events_route)
|
||||
.ruma_route(client_server::sync_events_v4_route)
|
||||
.ruma_route(client_server::sync_events_v5_route)
|
||||
.ruma_route(client_server::get_context_route)
|
||||
.ruma_route(client_server::get_message_events_route)
|
||||
.ruma_route(client_server::search_events_route)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue