Add missing metadata fields to user type

This commit is contained in:
Tristan Edwards 2023-01-29 19:55:52 +00:00
parent 9c7f628d87
commit 53e9e30ee9

View File

@ -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