import { Image } from '@shared/image'; import { DEFAULT_AVATAR } from '@stores/constants'; import { useProfile } from '@utils/hooks/useProfile'; export function ChannelMessageUserMute({ pubkey }: { pubkey: string }) { const { user, isError, isLoading } = useProfile(pubkey); return (