mirror of
https://github.com/t4t5/nostr-react.git
synced 2025-03-17 13:31:43 +01: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 {
|
||||
name?: string
|
||||
username?: string
|
||||
display_name?: string
|
||||
picture?: string
|
||||
banner?: string
|
||||
about?: string
|
||||
website?: string
|
||||
lud06?: string
|
||||
lud16?: string
|
||||
nip06?: string
|
||||
nip05?: string
|
||||
}
|
||||
|
||||
const QUEUE_DEBOUNCE_DURATION = 100
|
||||
|
Loading…
x
Reference in New Issue
Block a user