Handle updates.differenceTooLong
This commit is contained in:
parent
3aaf6ddd22
commit
9becf11224
@ -248,7 +248,7 @@ export class ApiUpdatesManager {
|
|||||||
|
|
||||||
const promise = apiManager.invokeApi('updates.getDifference', {
|
const promise = apiManager.invokeApi('updates.getDifference', {
|
||||||
pts: updatesState.pts,
|
pts: updatesState.pts,
|
||||||
pts_total_limit: first && false ? 50/* 1200 */ : undefined,
|
pts_total_limit: first /* && false */? /* 50 */1200 : undefined,
|
||||||
date: updatesState.date,
|
date: updatesState.date,
|
||||||
qts: -1
|
qts: -1
|
||||||
}, {
|
}, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user