fix: qq_official适配器使用SessionController(会话控制)功能时机器人回复消息无法发送到聊天平台

This commit is contained in:
shuiping233
2025-06-02 14:20:40 +08:00
parent bc9fe82860
commit eb365e398d
@@ -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):
"""流式输出仅支持消息列表私聊"""