mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-02-17 16:20:05 +08:00
🐛 run_postprecessors handle matcher.state now (#1119)
This commit is contained in:
parent
63f8d78d20
commit
c6bc24efc2
@ -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,
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user