🚨 Fix clippy warnings

This commit is contained in:
2023-12-26 21:04:57 +01:00
parent ddeb94e887
commit 7498638ac1
12 changed files with 311 additions and 319 deletions

View File

@@ -160,7 +160,7 @@ pub async fn sync_rooms(
receivers: Receivers,
rooms_ref: UseAtomRef<ByIdRooms>,
) {
while let Some(_is_logged) = rx.next().await {
if let Some(_is_logged) = rx.next().await {
let mut rooms_receiver = receivers.rooms_receiver.borrow_mut();
let mut room_topic_receiver = receivers.room_topic_receiver.borrow_mut();