🚨 Fix clippy warnings
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user