From 984f29005a11184a4979a40471a84471dc28039d Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 18 Nov 2025 12:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20message.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/chain/message.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/app/chain/message.py b/app/chain/message.py index 278e396c..139c8cdb 100644 --- a/app/chain/message.py +++ b/app/chain/message.py @@ -952,15 +952,6 @@ class MessageChain(ChainBase): )) return - # 发送处理中消息 - self.post_message(Notification( - channel=channel, - source=source, - userid=userid, - username=username, - title="MoviePilot助手已收到您的请求,请稍候..." - )) - # 生成或复用会话ID session_id = self._get_or_create_session_id(userid)