2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Update API scheme to layer 96.

This commit is contained in:
John Preston
2019-03-15 17:34:47 +04:00
parent f1b0b60340
commit 0cd7399dc9
4 changed files with 16 additions and 6 deletions

View File

@@ -162,7 +162,7 @@ auto ChatData::applyUpdateVersion(int version) -> UpdateStatus {
return UpdateStatus::TooOld;
} else if (_version + 1 < version) {
invalidateParticipants();
session().api().requestPeer(this);
session().api().requestFullPeer(this);
return UpdateStatus::Skipped;
}
setVersion(version);