修复bot自己给别人发消息时没有PushContent字段导致判断错误,并修复bot自己发消息自己回复问题

This commit is contained in:
Dong_master
2025-03-16 19:08:56 +08:00
parent bd0438df76
commit eb841fb73e
3 changed files with 17 additions and 4 deletions

View File

@@ -170,7 +170,8 @@ class PlatformManager:
self.ap.logger.debug(f"Traceback: {traceback.format_exc()}")
tasks.append(exception_wrapper(adapter))
for task in tasks:
self.ap.task_mgr.create_task(
task,