Skip to content

Commit

Permalink
fix: animation message with link is not handled
Browse files Browse the repository at this point in the history
  • Loading branch information
y-young committed Sep 10, 2024
1 parent dcf8961 commit a2d1e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nazurin/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def init(self):
self.bot.init()
self.message.register(
self.update_collection,
F.text | F.photo,
F.entities | F.caption_entities,
URLFilter(),
)

Expand Down

0 comments on commit a2d1e6c

Please sign in to comment.