mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-28 11:42:15 -05:00
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 New Issue
Block a user