Skip to content

Commit

Permalink
Fix #2339
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official authored Jul 21, 2024
1 parent f91c618 commit 1a47edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/asyncio_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ async def check(self, message):
"""
:meta private:
"""
return message.forward_date is not None
return message.forward_origin is not None


class IsReplyFilter(SimpleCustomFilter):
Expand Down

0 comments on commit 1a47edf

Please sign in to comment.