Add search relays
This commit is contained in:
@@ -258,7 +258,8 @@ export class Repository extends Emitter {
|
||||
}
|
||||
}
|
||||
|
||||
if (shouldNotify) {
|
||||
// Notify, but only if the event hasn't been deleted
|
||||
if (shouldNotify && !this.isDeleted(event)) {
|
||||
this.emit("update", {added: [event], removed})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user