feat: support NIP-30 custom emojis in bio and display name (#660)

This commit is contained in:
Alex Gleason
2025-11-14 08:01:29 -06:00
committed by GitHub
parent f8cca5522f
commit 82c13006ff
8 changed files with 105 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ export type TProfile = {
lud16?: string
lightningAddress?: string
created_at?: number
emojis?: TEmoji[]
}
export type TMailboxRelayScope = 'read' | 'write' | 'both'
export type TMailboxRelay = {