2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-30 14:08:41 +00:00

Make premium_purchase_blocked true by default.

This commit is contained in:
John Preston
2022-06-07 15:52:52 +04:00
parent 1c13f2587c
commit 654eaa27fd

View File

@@ -226,7 +226,7 @@ bool Session::premium() const {
bool Session::premiumPossible() const {
return !_account->appConfig().get<bool>(
"premium_purchase_blocked",
false);
true);
}
uint64 Session::uniqueId() const {