feat: 支持将长消息转换成转发消息组件发送

This commit is contained in:
Rock Chin
2023-03-04 13:53:18 +08:00
parent 7fe676712b
commit a4b7d4a012
3 changed files with 76 additions and 2 deletions

View File

@@ -153,7 +153,7 @@ def process_message(launcher_type: str, launcher_id: int, text_message: str, mes
"..." if len(reply[0]) > 100 else "")))
reply = [mgr.reply_filter.process(reply[0])]
else:
logging.info("回复[{}]图片消息:{}".format(session_name, reply))
logging.info("回复[{}]消息:{}".format(session_name, reply))
finally:
processing.remove(session_name)