mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
clarification of the comment about skipping filter
This commit is contained in:
parent
f5c65db7a0
commit
83c7a17eff
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class TelegramEventObserver:
|
|||
|
||||
validation_errors = []
|
||||
for bound_filter in self._resolve_filters_chain():
|
||||
# skip filter if filter was used directly:
|
||||
# skip filter if filter was used as positional filter:
|
||||
if bound_filter in filter_types:
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue