Skip to content

Commit

Permalink
Revert accidental NO_UPDATES_TIMEOUT change and bump to v1.25.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Oct 14, 2022
1 parent 7f5a1ec commit 2d237c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion telethon/_updates/messagebox.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
# client will resume normal operation, and the timeout will reset.
#
# Documentation recommends 15 minutes without updates (https://core.telegram.org/api/updates).
NO_UPDATES_TIMEOUT = 15
NO_UPDATES_TIMEOUT = 15 * 60

# Entry "enum".
# Account-wide `pts` includes private conversations (one-to-one) and small group chats.
Expand Down
2 changes: 1 addition & 1 deletion telethon/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.25.3'
__version__ = '1.25.4'

0 comments on commit 2d237c4

Please sign in to comment.