mirror of
https://github.com/langbot-app/LangBot.git
synced 2025-11-26 03:44:58 +08:00
feat: 支持同时运行多个平台适配器
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user