mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-05-05 11:30:43 +02:00
Add missing metadata fields to user type
This commit is contained in:
parent
9c7f628d87
commit
53e9e30ee9
@ -7,13 +7,15 @@ import { uniqValues } from "./utils"
|
|||||||
|
|
||||||
interface Metadata {
|
interface Metadata {
|
||||||
name?: string
|
name?: string
|
||||||
|
username?: string
|
||||||
display_name?: string
|
display_name?: string
|
||||||
picture?: string
|
picture?: string
|
||||||
|
banner?: string
|
||||||
about?: string
|
about?: string
|
||||||
website?: string
|
website?: string
|
||||||
lud06?: string
|
lud06?: string
|
||||||
lud16?: string
|
lud16?: string
|
||||||
nip06?: string
|
nip05?: string
|
||||||
}
|
}
|
||||||
|
|
||||||
const QUEUE_DEBOUNCE_DURATION = 100
|
const QUEUE_DEBOUNCE_DURATION = 100
|
||||||
|
Loading…
x
Reference in New Issue
Block a user