chore: Clippy fixes

This commit is contained in:
Ginger
2026-04-13 18:31:16 -04:00
parent 02f69a7160
commit a8a8e1ea51
25 changed files with 50 additions and 51 deletions
+1 -1
View File
@@ -90,7 +90,7 @@ pub(crate) async fn room_initial_sync_route(
Ok(assign!(Response::new(room_id.to_owned()), {
account_data: vec![],
state: state.into(),
state: state,
messages: messages.chunk.is_empty().or_some(messages),
visibility: visibility.into(),
membership,