made grace period work for muc as well
This commit is contained in:
parent
0ec1c022b9
commit
02351de94b
|
@ -286,6 +286,8 @@ public class MessageParser extends AbstractParser implements
|
|||
message.markUnread();
|
||||
} else {
|
||||
message.getConversation().markRead();
|
||||
lastCarbonMessageReceived = SystemClock
|
||||
.elapsedRealtime();
|
||||
notify = false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue