mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-08-08 20:21:44 +02:00
Add missing metadata fields to user type
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user