make clippy happy

This commit is contained in:
B. Petersen
2020-09-24 14:36:04 +02:00
parent ab90b6b390
commit f0fb1bfdcb

View File

@@ -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));
}