From 0f7416b443626032d92be0355b09d7bd92968d2a Mon Sep 17 00:00:00 2001 From: Windpicker-owo <3431391539@qq.com> Date: Sat, 13 Dec 2025 21:15:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96ChatManager=E7=B1=BB=E4=B8=AD?= =?UTF-8?q?=E7=9A=84streams=E8=BF=94=E5=9B=9E=EF=BC=8C=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/chat/message_receive/chat_stream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chat/message_receive/chat_stream.py b/src/chat/message_receive/chat_stream.py index c0bdcb758..a1cded18f 100644 --- a/src/chat/message_receive/chat_stream.py +++ b/src/chat/message_receive/chat_stream.py @@ -577,7 +577,7 @@ class ChatManager: dict[str, ChatStream]: 包含所有聊天流的字典,key为stream_id,value为ChatStream对象 """ - return self.streams.copy() + return self.streams @staticmethod def _build_fields_to_save(stream_data_dict: dict) -> dict: