Add initial MSC4186 (Simplified Sliding Sync) implementation
Signed-off-by: morguldir <morguldir@protonmail.com>
This commit is contained in:
parent
099c9fb22f
commit
721659f22a
7 changed files with 1197 additions and 92 deletions
|
@ -144,6 +144,7 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
|
|||
)
|
||||
.ruma_route(&client::sync_events_route)
|
||||
.ruma_route(&client::sync_events_v4_route)
|
||||
.ruma_route(&client::sync_events_v5_route)
|
||||
.ruma_route(&client::get_context_route)
|
||||
.ruma_route(&client::get_message_events_route)
|
||||
.ruma_route(&client::search_events_route)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue