From 4837c17c2e8217a7f686d6e59ee31d8d2da6d165 Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 21 Sep 2025 02:15:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20Chat=20(=E5=AE=A2=E6=88=B6=E7=AB=AF?= =?UTF-8?q?=E5=81=B4)=20title=20=E8=A8=AD=E7=BD=AE=E7=82=BA=E9=9D=9E?= =?UTF-8?q?=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/api/client_data/Chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/api/client_data/Chat.ts b/client/api/client_data/Chat.ts index 2013506..c767486 100644 --- a/client/api/client_data/Chat.ts +++ b/client/api/client_data/Chat.ts @@ -1,7 +1,7 @@ export default class Chat { declare type: "paivate" | "group" declare id: string - declare title?: string + declare title: string declare avatar_file_hash?: string declare user_a_id?: string declare user_b_id?: string