Nostr: sign events with NIP-46
This commit is contained in:
@ -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: '',
|
||||
|
||||
Reference in New Issue
Block a user