Disable donations temporarly until clarified
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
22617fa964
commit
ac9afb9b46
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ export async function getServersList(request: Request) {
|
|||
|
||||
// Disable donates for reviewers for all app versions AFTER this one.
|
||||
const lastApprovedAndReleasedGoogleAppVersionCode = 241127;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 241127;
|
||||
const lastApprovedAndReleasediOSAppVersionCode = 210000; // Disabled until discussed with Apple.
|
||||
let donatesEnabled = true;
|
||||
if (
|
||||
appVersion.flavor === 'google' &&
|
||||
|
|
Loading…
Add table
Reference in a new issue