Show display name for profile
This commit is contained in:
parent
a0f0b06ad2
commit
fdb13bc65d
@ -2,7 +2,9 @@ import { nip19 } from "@nostr/tools";
|
||||
import { NEvent } from "../nostr.ts";
|
||||
|
||||
export interface ProfileData {
|
||||
name: string;
|
||||
name?: string;
|
||||
display_name?: string;
|
||||
displayName?: string;
|
||||
about?: string;
|
||||
picture?: string;
|
||||
nip05?: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user