mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-17 19:32:54 +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
|
||||
if (id > lastMsgDate) {
|
||||
id = lastMsgDate;
|
||||
lastMsgDate = id;
|
||||
}
|
||||
|
||||
// Multiplicate ID to permit date to use it properly
|
||||
|
||||
Reference in New Issue
Block a user