mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-01 06:55:58 +00:00
Update API scheme on layer 186.
This commit is contained in:
@@ -133,7 +133,7 @@ std::vector<UnavailableReason> ExtractUnavailableReasons(
|
||||
return ranges::views::all(
|
||||
restrictions
|
||||
) | ranges::views::filter([](const MTPRestrictionReason &restriction) {
|
||||
return restriction.match([&](const MTPDrestrictionReason &data) {
|
||||
return restriction.match([&](const auto &data) {
|
||||
const auto platform = qs(data.vplatform());
|
||||
return false
|
||||
#ifdef OS_MAC_STORE
|
||||
|
Reference in New Issue
Block a user