mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 00:16:34 +03:00
fix formatting
This commit is contained in:
@@ -698,7 +698,9 @@ impl Peerstate {
|
||||
context.emit_event(EventType::UIChatListChanged);
|
||||
// update the chats the contact is part of
|
||||
for chat_id in Contact::get_chats_with_contact(context, &contact_id).await? {
|
||||
context.emit_event(EventType::UIChatListItemChanged { chat_id: Some(chat_id) });
|
||||
context.emit_event(EventType::UIChatListItemChanged {
|
||||
chat_id: Some(chat_id),
|
||||
});
|
||||
}
|
||||
Ok(())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user