mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
2 lines
274 B
ReStructuredText
2 lines
274 B
ReStructuredText
- Scene action handlers (such as `enter`, `leave`, etc.) now properly receive context and data from observer (`outer_middleware`) middlewares, matching the behavior of regular handlers.
|
|
- Fixed `TypeError` when accessing middleware-injected arguments inside scene handlers.
|