mirror of
https://github.com/nonebot/nonebot2.git
synced 2024-11-24 00:55:07 +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,
|
||||
bot=bot,
|
||||
event=event,
|
||||
state=state,
|
||||
state=matcher.state,
|
||||
stack=stack,
|
||||
dependency_cache=dependency_cache,
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user