feat: Drop support for MSC3575 (legacy sliding sync)

This commit is contained in:
Ginger
2025-10-22 09:11:41 -04:00
parent d2d996d306
commit 99aadff38e
4 changed files with 1 additions and 859 deletions
-1
View File
@@ -143,7 +143,6 @@ pub fn build(router: Router<State>, server: &Server) -> Router<State> {
.put(client::send_state_event_for_empty_key_route),
)
.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)