fix:stream

pull/1035/head
SengokuCola 2025-06-10 19:23:43 +08:00
parent 3434c2ad27
commit 752b66738c
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ class MessageRecv(Message):
self.detailed_plain_text = message_dict.get("detailed_plain_text", "") # 初始化为空字符串
self.is_emoji = False
def update_chat_stream(self, chat_stream: ChatStream):
def update_chat_stream(self, chat_stream: "ChatStream"):
self.chat_stream = chat_stream
async def process(self) -> None: