mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
add builtin StorageDataFilter
This commit is contained in:
parent
a2869e0479
commit
42e007358c
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ class Dispatcher(DataMixin, ContextInstanceMixin):
|
|||
self.channel_post_handlers,
|
||||
self.edited_channel_post_handlers
|
||||
])
|
||||
filters_factory.bind(StorageDataFilter, event_handlers=[
|
||||
filters_factory.bind(StorageDataFilter, exclude_event_handlers=[
|
||||
self.errors_handlers,
|
||||
self.poll_handlers,
|
||||
self.poll_answer_handlers,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue