core icon indicating copy to clipboard operation
core copied to clipboard

Mark older messages as noticed when message is marked as read via flag synchronization

Open link2xt opened this issue 1 year ago • 0 comments

Currently we mark old messages as noticed when outgoing message is sent, should do the same if on another device we read some message.

We should not however just call mark_old_messages_as_noticed because it starts ephemeral timers for all messages in the chat. It should be modified to start the timer only for messages that are older than the one that is read.

We should also not send a MsgsNoticed event, because otherwise, at least Android would remove all notifications for this chat. "Chatlist item changed" should be sent.

link2xt avatar Dec 24 '24 16:12 link2xt