From 1413d6b5fe60749038a7df89d058bc2f166aa6bb Mon Sep 17 00:00:00 2001 From: ctrlkk <88469720+ctrlkk@users.noreply.github.com> Date: Thu, 9 Oct 2025 15:01:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=AE=A9=E4=BA=8B=E4=BB=B6=E9=92=A9?= =?UTF-8?q?=E5=AD=90=E8=A2=AB=E6=9A=82=E5=81=9C=E6=97=B6=E8=B7=B3=E5=87=BA?= =?UTF-8?q?=E5=BE=AA=E7=8E=AF=EF=BC=8C=E8=80=8C=E4=B8=8D=E6=98=AF=E7=BB=A7?= =?UTF-8?q?=E7=BB=AD=E6=89=A7=E8=A1=8C=20(#2989)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- astrbot/core/pipeline/context_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/astrbot/core/pipeline/context_utils.py b/astrbot/core/pipeline/context_utils.py index 325abcf86..e7ac120b7 100644 --- a/astrbot/core/pipeline/context_utils.py +++ b/astrbot/core/pipeline/context_utils.py @@ -97,5 +97,6 @@ async def call_event_hook( logger.info( f"{star_map[handler.handler_module_path].name} - {handler.handler_name} 终止了事件传播。" ) + return True return event.is_stopped()