mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
refactor: Fix errors in api/server/state.rs
This commit is contained in:
@@ -79,5 +79,5 @@ pub(crate) async fn get_room_state_route(
|
||||
.try_collect()
|
||||
.await?;
|
||||
|
||||
Ok(get_room_state::v1::Response { auth_chain, pdus })
|
||||
Ok(get_room_state::v1::Response::new(auth_chain, pdus))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user