diff --git a/src/components/ChatViewer.tsx b/src/components/ChatViewer.tsx index 7f5d614..4e9455d 100644 --- a/src/components/ChatViewer.tsx +++ b/src/components/ChatViewer.tsx @@ -285,14 +285,14 @@ const MessageItem = memo(function MessageItem({ if (isRootPost && message.event) { return (
- -
+
+
); } @@ -1019,7 +1019,8 @@ export function ChatViewer({ Header: () => hasMore && conversationResult.status === "success" && - protocol !== "nip-10" ? ( + protocol !== "nip-10" && + protocol !== "nip-22" ? (