Remove sync/v4 to reduce maintenance/refactor burden.

Thank you for serving us well 🫡

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-04-26 05:57:17 +00:00
parent c59037cd75
commit 6e6c84855c
3 changed files with 1 additions and 897 deletions

View File

@@ -145,7 +145,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)