import Nip05AffiliationBadges from '@/components/Nip05AffiliationBadges' import { FormattedTimestamp } from '@/components/FormattedTimestamp' import EventPowLabel from '@/components/EventPowLabel' import Username from '@/components/Username' import { cn } from '@/lib/utils' import type { Event } from 'nostr-tools' /** Username, relative time, verified NIP-05 affiliation badges, optional PoW — one header row. */ export default function NoteAuthorMetaLine({ userId, timestamp, powEvent, usernameClassName, skeletonClassName, timestampShort = false }: { userId: string timestamp: number powEvent?: Event usernameClassName?: string skeletonClassName?: string timestampShort?: boolean }) { return (