Mark premium impossible in MacAppStore version.

This commit is contained in:
John Preston 2022-06-16 12:30:31 +04:00
parent 3df7c71813
commit 91b7fe5650
1 changed files with 2 additions and 0 deletions

View File

@ -133,12 +133,14 @@ Session::Session(
} }
}, _lifetime); }, _lifetime);
#ifndef OS_MAC_STORE
_account->appConfig().value( _account->appConfig().value(
) | rpl::start_with_next([=] { ) | rpl::start_with_next([=] {
_premiumPossible = !_account->appConfig().get<bool>( _premiumPossible = !_account->appConfig().get<bool>(
"premium_purchase_blocked", "premium_purchase_blocked",
true); true);
}, _lifetime); }, _lifetime);
#endif // OS_MAC_STORE
if (_settings->hadLegacyCallsPeerToPeerNobody()) { if (_settings->hadLegacyCallsPeerToPeerNobody()) {
api().userPrivacy().save( api().userPrivacy().save(