You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are situations where I'm interested only in handling validatedMessage event. But I don't want the message to be automatically saved.
Describe the solution you'd like
There should be an option in MessagingRouterOptions - save: boolean
Is your feature request related to a problem? Please describe.
There are situations where I'm interested only in handling
validatedMessage
event. But I don't want the message to be automatically saved.Describe the solution you'd like
There should be an option in
MessagingRouterOptions
-save: boolean
https://github.com/uport-project/veramo/blob/03343b4d902a8fb904d61869f50fe7ee72521112/packages/remote-server/src/messaging-router.ts#L34-L38
The text was updated successfully, but these errors were encountered: