fix:修复get_replyer无法用chat_id获取

This commit is contained in:
SengokuCola
2025-06-23 20:24:26 +08:00
parent 6e709bf74a
commit ec3378014c
3 changed files with 16 additions and 38 deletions

View File

@@ -62,11 +62,8 @@ class ReplyAction(BaseAction):
try:
success, reply_set = await generator_api.generate_reply(
chat_stream=self.chat_stream,
action_data=self.action_data,
platform=self.platform,
chat_id=self.chat_id,
is_group=self.is_group,
)
# 检查从start_time以来的新消息数量