mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
make clippy happy
This commit is contained in:
@@ -1285,7 +1285,7 @@ pub async fn markseen_msgs(context: &Context, msg_ids: Vec<MsgId>) -> bool {
|
||||
}
|
||||
}
|
||||
|
||||
for (updated_chat_id, _) in &updated_chat_ids {
|
||||
for updated_chat_id in updated_chat_ids.keys() {
|
||||
context.emit_event(EventType::MsgsNoticed(*updated_chat_id));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user