feat: support NIP-30 custom emojis in bio and display name (#660)
This commit is contained in:
1
src/types/index.d.ts
vendored
1
src/types/index.d.ts
vendored
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user