From 5dfcf7a6219cfb88d911f2d98c9d14bffa37d32a Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 23 Nov 2025 00:52:26 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=84=E6=96=99=E5=8D=A1=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=AF=B9=E8=AF=9D=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/ui/dialog/ChatInfoDialog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ui/dialog/ChatInfoDialog.tsx b/client/ui/dialog/ChatInfoDialog.tsx index 8f682dc..120d9d0 100644 --- a/client/ui/dialog/ChatInfoDialog.tsx +++ b/client/ui/dialog/ChatInfoDialog.tsx @@ -64,7 +64,7 @@ export default function ChatInfoDialog({ chat, chatInfoDialogRef, openChatFragme fontSize: '10.5px', marginTop: '3px', color: 'rgb(var(--mdui-color-secondary))', - }}>ID: {chat?.type == 'private' ? userId : chat?.id} + }}>({chat?.type}) ID: {chat?.type == 'private' ? userId : chat?.id}