mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-07-27 08:11:38 +00:00
🐛 run_postprecessors handle matcher.state now (#1119)
This commit is contained in:
@ -208,7 +208,7 @@ async def _run_matcher(
|
|||||||
exception=exception,
|
exception=exception,
|
||||||
bot=bot,
|
bot=bot,
|
||||||
event=event,
|
event=event,
|
||||||
state=state,
|
state=matcher.state,
|
||||||
stack=stack,
|
stack=stack,
|
||||||
dependency_cache=dependency_cache,
|
dependency_cache=dependency_cache,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user