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
When I receive or send crypto via patp, send a %status message to chat-db on the path that is of type %dm and peers are the two parties associated with the txn.
Thought here is that we can create the status string to include something our regex parser will pick up and this will tell us to look into the metadata field of the message-row.
The below video used the following string format that I parsed with regex:
'%realm-wallet [from=~novdus-fidlys-dozzod-hostyv] [to=~sicnum-rocwen]' -- the other info can be stuffed into metadata
Screen.Recording.2023-03-23.at.1.29.54.PM.mov
The text was updated successfully, but these errors were encountered:
Details
When I receive or send crypto via patp, send a
%status
message tochat-db
on the path that is of type%dm
and peers are the two parties associated with the txn.Thought here is that we can create the status string to include something our regex parser will pick up and this will tell us to look into the metadata field of the message-row.
The below video used the following string format that I parsed with regex:
'%realm-wallet [from=~novdus-fidlys-dozzod-hostyv] [to=~sicnum-rocwen]' -- the other info can be stuffed into metadata
Screen.Recording.2023-03-23.at.1.29.54.PM.mov
The text was updated successfully, but these errors were encountered: