feat: support NIP-30 custom emojis in bio and display name (#660)
This commit is contained in:
parent
f8cca5522f
commit
82c13006ff
8 changed files with 105 additions and 11 deletions
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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue