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
+1 -1
View File
@@ -18,7 +18,7 @@ export type RelayAuthPayload = [string]
export type RelayClosedPayload = [string, string]
export type RelayEosePayload = [string, SignedEvent]
export type RelayEosePayload = [string]
export type RelayEventPayload = [string, SignedEvent]