mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
chore: Clippy fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user