Enable donates for AppStore and GP.

Signed-off-by: Viktor Havaka <viktor.govako@gmail.com>
This commit is contained in:
Viktor Havaka 2024-11-13 08:04:31 -03:00 committed by GitHub
parent d7ac8bc5fa
commit 5d26908ec2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -179,8 +179,8 @@ export async function getServersList(request: Request) {
};
// Disable donates for reviewers for all app versions AFTER this one.
const lastApprovedAndReleasedGoogleAppVersionCode = 241023;
const lastApprovedAndReleasediOSAppVersionCode = 241022;
const lastApprovedAndReleasedGoogleAppVersionCode = 241112;
const lastApprovedAndReleasediOSAppVersionCode = 241112;
let donatesEnabled = true;
if (
appVersion.flavor === 'google' &&