mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-07-23 09:55:44 +00:00
oops inverted lastMsgId = id
This commit is contained in:
parent
18fa72b60e
commit
07f2015708
@ -80,7 +80,7 @@ function formatConversation(jsondata) {
|
||||
|
||||
// Store the greater msg date for refresher
|
||||
if (id > lastMsgDate) {
|
||||
id = lastMsgDate;
|
||||
lastMsgDate = id;
|
||||
}
|
||||
|
||||
// Multiplicate ID to permit date to use it properly
|
||||
|
Loading…
x
Reference in New Issue
Block a user