You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// In any case, we are going to add a group at the top
222
+
// If there is currently a gap at the top, now is the time to update it
223
+
if(groups.length>0&&groups[0]?.type==='gap'){
224
+
groups[0].maxId=notification.id;
225
+
}
223
226
224
-
if(
225
-
existingGroup&&
226
-
existingGroup.type!=='gap'&&
227
-
!existingGroup.sampleAccountIds.includes(notification.account.id)// This can happen for example if you like, then unlike, then like again the same post
!existingGroup.sampleAccountIds.includes(notification.account.id)// This can happen for example if you like, then unlike, then like again the same post
0 commit comments