mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
更新 message.py
This commit is contained in:
@@ -952,15 +952,6 @@ class MessageChain(ChainBase):
|
|||||||
))
|
))
|
||||||
return
|
return
|
||||||
|
|
||||||
# 发送处理中消息
|
|
||||||
self.post_message(Notification(
|
|
||||||
channel=channel,
|
|
||||||
source=source,
|
|
||||||
userid=userid,
|
|
||||||
username=username,
|
|
||||||
title="MoviePilot助手已收到您的请求,请稍候..."
|
|
||||||
))
|
|
||||||
|
|
||||||
# 生成或复用会话ID
|
# 生成或复用会话ID
|
||||||
session_id = self._get_or_create_session_id(userid)
|
session_id = self._get_or_create_session_id(userid)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user