feat: 支持同时运行多个平台适配器

This commit is contained in:
RockChinQ
2024-02-11 23:07:38 +08:00
parent f951625025
commit 9cad94e961
22 changed files with 148 additions and 74 deletions

View File

@@ -31,7 +31,8 @@ class SendResponseBackStage(stage.PipelineStage):
await self.ap.im_mgr.send(
query.message_event,
query.resp_message_chain
query.resp_message_chain,
adapter=query.adapter
)
return entities.StageProcessResult(