Fix initial update notification from repo
This commit is contained in:
@@ -40,8 +40,8 @@ export class Repository extends Emitter {
|
|||||||
|
|
||||||
|
|
||||||
this.emit('update', {
|
this.emit('update', {
|
||||||
added: events.filter(e => !this.isDeleted(e)),
|
added: events,
|
||||||
removed: new Set(),
|
removed: new Set(this.deletes.keys()),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user