Skip to content

Commit e380ea6

Browse files
authored
Update updates.go
Temporarily
1 parent f107a07 commit e380ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telegram/updates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,7 @@ func (c *Client) managePts(pts int32, ptsCount int32) bool {
14051405

14061406
c.dispatcher.SetPts(pts)
14071407
} else {
1408-
return false
1408+
return true
14091409
}
14101410

14111411
return true

0 commit comments

Comments
 (0)