mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-03-05 09:13:05 +01:00
update notification after message correction
This commit is contained in:
parent
0298f0181e
commit
34f2a63190
1 changed files with 1 additions and 0 deletions
|
@ -411,6 +411,7 @@ public class MessageParser extends AbstractParser implements
|
|||
replacedMessage.markUnread();
|
||||
}
|
||||
mXmppConnectionService.updateMessage(replacedMessage, uuid);
|
||||
mXmppConnectionService.getNotificationService().updateNotification(false);
|
||||
if (mXmppConnectionService.confirmMessages() && remoteMsgId != null && !isForwarded && !isTypeGroupChat) {
|
||||
sendMessageReceipts(account, packet);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue