mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
committed by
GitHub
parent
7d3a08599e
commit
10bdbc95cd
@@ -274,8 +274,7 @@ impl Peerstate {
|
||||
.await?
|
||||
{
|
||||
let chats = Chatlist::try_load(context, 0, None, contact_id)
|
||||
.await
|
||||
.unwrap();
|
||||
.await?;
|
||||
let msg = stock_str::contact_setup_changed(context, self.addr.clone()).await;
|
||||
for (chat_id, msg_id) in chats.iter() {
|
||||
let timestamp_sort = if let Some(msg_id) = msg_id {
|
||||
|
||||
Reference in New Issue
Block a user