Add extra params to outbox loaders, fix a message type, use net context's isEventValid in app repository sync

This commit is contained in:
Jon Staab
2025-09-02 15:47:48 -07:00
parent cfb126cca4
commit f009801c84
5 changed files with 25 additions and 23 deletions
-3
View File
@@ -69,7 +69,6 @@ export class Thunk {
}
this.controller.signal.addEventListener("abort", () => {
console.log("abort")
for (const relay of options.relays) {
this._setAborted(relay)
}
@@ -228,8 +227,6 @@ export class MergedThunk {
}
}
console.log(this.status)
this._notify()
if (thunks.every(thunkIsComplete)) {