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();
|
message.markUnread();
|
||||||
} else {
|
} else {
|
||||||
message.getConversation().markRead();
|
message.getConversation().markRead();
|
||||||
|
lastCarbonMessageReceived = SystemClock
|
||||||
|
.elapsedRealtime();
|
||||||
notify = false;
|
notify = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue