From c6bc24efc24b1e683cdb67d8da993e2576d76cc3 Mon Sep 17 00:00:00 2001 From: AkiraXie Date: Tue, 2 Aug 2022 10:29:48 +0800 Subject: [PATCH] :bug: run_postprecessors handle matcher.state now (#1119) --- nonebot/message.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nonebot/message.py b/nonebot/message.py index 6fa63acc..b1f1b4b7 100644 --- a/nonebot/message.py +++ b/nonebot/message.py @@ -208,7 +208,7 @@ async def _run_matcher( exception=exception, bot=bot, event=event, - state=state, + state=matcher.state, stack=stack, dependency_cache=dependency_cache, ),