mirror of
https://github.com/chatmail/core.git
synced 2026-04-24 17:06:28 +03:00
contact: synchronize status between devices
This feature is similar to existing avatar synchronization. Whenever encrypted BCC-to-self copy of chat message is received, status setting is updated with the signature of the message.
This commit is contained in:
@@ -243,6 +243,8 @@ pub(crate) async fn dc_receive_imf_inner(
|
||||
context,
|
||||
from_id,
|
||||
mime_parser.footer.clone().unwrap_or_default(),
|
||||
mime_parser.was_encrypted(),
|
||||
mime_parser.has_chat_version(),
|
||||
)
|
||||
.await
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user