Skip to content

Commit 7a4e2cf

Browse files
KurimuzonAkumanull-nick
authored andcommitted
Extract recovering gaps into a separate method
1 parent e11b78b commit 7a4e2cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyrogram/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,8 @@ async def handle_updates(self, updates):
620620
)]
621621
),
622622
pts=pts - pts_count,
623-
limit=pts
623+
limit=pts,
624+
force=False
624625
)
625626
)
626627
except (ChannelPrivate, PersistentTimestampOutdated, PersistentTimestampInvalid):

0 commit comments

Comments
 (0)