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
I was thinking how to create a testimony note, I don't know yet if is there another way, but follows my idea:
Make a wrapped gift maybe with another kind instead of 1059, when the user decrypt the gift it come with a testimony note and then the user can publish in a new list or delete it.
Testmony note: { kind: 'new_testimony_kind', content: 'You’ve always been such an inspiring person to me!' }
Wrapped testimony: { kind: 'new_testimony_gift_kind', content: '...', created_at: 1736146826, tags: [ [ 'p', 'recipient_hex_pub' ] ], pubkey: 'sender_hex_pub', id: '63ed692863cd94050bbd4e4a59540eb1a4afa8a5be4b7b21de9a5b34258ae01f', sig: '...' }
The text was updated successfully, but these errors were encountered:
I was thinking how to create a testimony note, I don't know yet if is there another way, but follows my idea:
Make a wrapped gift maybe with another kind instead of 1059, when the user decrypt the gift it come with a testimony note and then the user can publish in a new list or delete it.
Testmony note:
{ kind: 'new_testimony_kind', content: 'You’ve always been such an inspiring person to me!' }
Wrapped testimony:
{ kind: 'new_testimony_gift_kind', content: '...', created_at: 1736146826, tags: [ [ 'p', 'recipient_hex_pub' ] ], pubkey: 'sender_hex_pub', id: '63ed692863cd94050bbd4e4a59540eb1a4afa8a5be4b7b21de9a5b34258ae01f', sig: '...' }
The text was updated successfully, but these errors were encountered: