mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-25 07:05:39 +00:00
oops inverted lastMsgId = id
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ function formatConversation(jsondata) {
|
|||||||
|
|
||||||
// Store the greater msg date for refresher
|
// Store the greater msg date for refresher
|
||||||
if (id > lastMsgDate) {
|
if (id > lastMsgDate) {
|
||||||
id = lastMsgDate;
|
lastMsgDate = id;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Multiplicate ID to permit date to use it properly
|
// Multiplicate ID to permit date to use it properly
|
||||||
|
|||||||
Reference in New Issue
Block a user