Set iOS donates on 250301.

Signed-off-by: Viktor Havaka <viktor.govako@gmail.com>
This commit is contained in:
Viktor Havaka 2025-02-28 17:51:56 -03:00 committed by GitHub
parent 7c92fc3ce6
commit 7c48e43fc4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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