Fix some bugs with deriving events by url

This commit is contained in:
Jon Staab
2025-11-24 09:52:47 -08:00
parent 2fec078a5b
commit 250f5c772f
20 changed files with 455 additions and 360 deletions
+1
View File
@@ -110,6 +110,7 @@ export class Repository extends Emitter {
removed.add(id)
}
console.log("UPDATE")
this.emit("update", {added, removed})
}