Nostr: sign events with NIP-46

This commit is contained in:
Alex Gleason
2023-08-26 23:24:18 -05:00
parent c2a8044aa4
commit 1011be5333
13 changed files with 158 additions and 70 deletions

View File

@ -69,6 +69,10 @@ export const InstanceRecord = ImmutableRecord({
status_count: 0,
user_count: 0,
}),
nostr: ImmutableMap<string, any>({
relay: undefined as string | undefined,
pubkey: undefined as string | undefined,
}),
title: '',
thumbnail: '',
uri: '',