fix: qq_official适配器使用SessionController(会话控制)功能时机器人回复消息无法发送到聊天平台
This commit is contained in:
@@ -32,6 +32,7 @@ class QQOfficialMessageEvent(AstrMessageEvent):
|
||||
self.send_buffer = message
|
||||
else:
|
||||
self.send_buffer.chain.extend(message.chain)
|
||||
await self._post_send()
|
||||
|
||||
async def send_streaming(self, generator, use_fallback: bool = False):
|
||||
"""流式输出仅支持消息列表私聊"""
|
||||
|
||||
Reference in New Issue
Block a user