Add search relays

This commit is contained in:
Jon Staab
2026-03-11 11:36:05 -07:00
parent 54ac2274d3
commit 5dfcabce67
5 changed files with 81 additions and 1 deletions
+2 -1
View File
@@ -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})
}