Track deletes of duplicates even if they never are added to the repo. Uniqify filters when performing a union
This commit is contained in:
@@ -140,6 +140,8 @@ export class Repository extends Emitter {
|
||||
|
||||
// If our duplicate is newer than the event we're adding, we're done
|
||||
if (duplicate && duplicate.created_at >= event.created_at) {
|
||||
this.deletes.set(event.id, duplicate.created_at)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user