update notification after message correction
This commit is contained in:
parent
0298f0181e
commit
34f2a63190
|
@ -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…
Reference in a new issue