From eb365e398d98bc3dfa2ca6353a34fe3586b4e9fe Mon Sep 17 00:00:00 2001 From: shuiping233 <1944680304@qq.com> Date: Mon, 2 Jun 2025 14:20:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20qq=5Fofficial=E9=80=82=E9=85=8D=E5=99=A8?= =?UTF-8?q?=E4=BD=BF=E7=94=A8SessionController(=E4=BC=9A=E8=AF=9D=E6=8E=A7?= =?UTF-8?q?=E5=88=B6)=E5=8A=9F=E8=83=BD=E6=97=B6=E6=9C=BA=E5=99=A8?= =?UTF-8?q?=E4=BA=BA=E5=9B=9E=E5=A4=8D=E6=B6=88=E6=81=AF=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=8F=91=E9=80=81=E5=88=B0=E8=81=8A=E5=A4=A9=E5=B9=B3=E5=8F=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../core/platform/sources/qqofficial/qqofficial_message_event.py | 1 + 1 file changed, 1 insertion(+) diff --git a/astrbot/core/platform/sources/qqofficial/qqofficial_message_event.py b/astrbot/core/platform/sources/qqofficial/qqofficial_message_event.py index d55c2671..afb84880 100644 --- a/astrbot/core/platform/sources/qqofficial/qqofficial_message_event.py +++ b/astrbot/core/platform/sources/qqofficial/qqofficial_message_event.py @@ -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): """流式输出仅支持消息列表私聊"""