mirror of
https://github.com/girlbossceo/conduwuit.git
synced 2025-12-12 02:09:00 -05:00
Add initial MSC4186 (Simplified Sliding Sync) implementation
Signed-off-by: morguldir <morguldir@protonmail.com> Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
be16f84410
commit
6cb3275be0
7 changed files with 1214 additions and 93 deletions
|
|
@ -145,6 +145,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