From f5bfa153b6f5fdb4ffc67d2bf16e1cd769e043f2 Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Sat, 28 Mar 2026 17:20:03 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=B8=D0=B2=D0=B5=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20chacha=5Fkey=5Fplain=20=D0=BA=20hex=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=82=D1=80=D0=B0=D0=BD=D1=81=D0=BF=D0=BE?= =?UTF-8?q?=D1=80=D1=82=D0=B8=D1=80=D0=BE=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/components/MessageAttachments/MessageReplyMessages.tsx | 7 ++++--- app/providers/DialogProvider/useReplyMessages.ts | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/app/components/MessageAttachments/MessageReplyMessages.tsx b/app/components/MessageAttachments/MessageReplyMessages.tsx index 6e24c96..cf79852 100644 --- a/app/components/MessageAttachments/MessageReplyMessages.tsx +++ b/app/components/MessageAttachments/MessageReplyMessages.tsx @@ -5,6 +5,7 @@ import { ReplyedMessage } from "../ReplyedMessage/ReplyedMessage"; import { IconX } from "@tabler/icons-react"; import { useSetting } from "@/app/providers/SettingsProvider/useSetting"; import { modals } from "@mantine/modals"; +import { MessageReply } from "@/app/providers/DialogProvider/useReplyMessages"; export function MessageReplyMessages(props: AttachmentProps) { const colors = useRosettaColors(); @@ -14,7 +15,7 @@ export function MessageReplyMessages(props: AttachmentProps) { ('bgInReplyMessages', ''); const reply = JSON.parse(props.attachment.blob); - //console.info("Mreply", reply); + console.info("Mreply", reply); const closeAlert = () => { modals.openConfirmModal({ @@ -40,8 +41,8 @@ export function MessageReplyMessages(props: AttachmentProps) { {reply.length <= 0 && } - {reply.map((msg, index) => ( - + {reply.map((msg : MessageReply, index) => ( + ))} {showAlertInReplyMessages && a.timestamp - b.timestamp);