From c9b6d9a10160ca1d18237a0728bac87ec8ff16da Mon Sep 17 00:00:00 2001
From: gerson <1405270578@qq.com>
Date: 星期二, 21 一月 2025 16:16:43 +0800
Subject: [PATCH] 屏蔽非当前聊天室chat_start

---
 src/components/chat/smallChat/types.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/components/chat/smallChat/types.ts b/src/components/chat/smallChat/types.ts
index 24398be..8e96819 100644
--- a/src/components/chat/smallChat/types.ts
+++ b/src/components/chat/smallChat/types.ts
@@ -2,6 +2,7 @@
 	value:string;
 	isLoading: boolean;
 	isError: boolean;
+	reason?: string;
 };
 
 export type UserContent = {

--
Gitblit v1.9.3