fix: fixed compile error caused by name change

Co-authored-by: June <june@girlboss.ceo>
This commit is contained in:
Nineko 2023-12-25 15:13:34 +01:00 committed by GitHub
parent 3d178d3489
commit b57dfddc19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -456,7 +456,7 @@ fn routes() -> Router {
.ruma_route(client_server::get_relating_events_with_rel_type_route)
.ruma_route(client_server::get_relating_events_route)
.ruma_route(client_server::get_hierarchy_route)
.nest("/", server_routes())
.nest("/", server_server_routes())
.route(
"/_matrix/client/r0/rooms/:room_id/initialSync",
get(initial_sync),