update chat message form

This commit is contained in:
Ren Amamiya
2023-05-30 14:44:36 +07:00
parent 8256bc46a7
commit b856c2b8b5
13 changed files with 192 additions and 41 deletions

View File

@@ -1,8 +1,8 @@
import { ChatMessageUser } from "@app/chat/components/messages/user";
import { useDecryptMessage } from "@app/chat/hooks/useDecryptMessage";
import { MentionNote } from "@app/note/components/mentions/note";
import ImagePreview from "@app/note/components/preview/image";
import VideoPreview from "@app/note/components/preview/video";
import { ImagePreview } from "@app/note/components/preview/image";
import { VideoPreview } from "@app/note/components/preview/video";
import { noteParser } from "@utils/parser";
import { memo } from "react";