Add extra params to outbox loaders, fix a message type, use net context's isEventValid in app repository sync
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user