mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 12:09:21 +00:00
Merging is working
This commit is contained in:
parent
bcfdb5ffee
commit
f5557d81e0
@ -59,7 +59,7 @@ class GroupPresencePage {
|
||||
let curr = presences[i];
|
||||
let next = presences[i + 1];
|
||||
|
||||
if(curr.userID != next.userID || curr.year != next.year || curr.month != next.month || curr.day != next.day - 1)
|
||||
if(curr.userID != next.userID || curr.end.getTime() != next.date.getTime())
|
||||
break;
|
||||
|
||||
curr.end = next.end;
|
||||
|
Loading…
Reference in New Issue
Block a user