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