Show display name for profile

This commit is contained in:
Râu Cao 2024-10-22 15:54:50 +02:00
parent a0f0b06ad2
commit fdb13bc65d
Signed by: raucao
GPG Key ID: 37036C356E56CC51

View File

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