2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 22:55:11 +00:00

Update API scheme to layer 121.

This commit is contained in:
John Preston
2020-11-20 15:57:17 +03:00
parent e283b4895b
commit 62eaa3f225
4 changed files with 18 additions and 2 deletions

View File

@@ -154,6 +154,8 @@ std::vector<UnavailableReason> ExtractUnavailableReasons(
return kInvalid;
}, [](const MTPDphotoStrippedSize &) {
return kInvalid;
}, [](const MTPDphotoPathSize &) {
return kInvalid;
}, [](const auto &data) {
return (data.vw().v * data.vh().v);
});