Remove all restrictions based on Patreon account (hopefully)

This commit is contained in:
Jawshoeadan
2022-12-11 15:41:43 -06:00
parent b02b9197d0
commit f92dd7a872
3 changed files with 29 additions and 28 deletions

View File

@@ -271,7 +271,7 @@ public extension PatreonAPI
if let context = account.managedObjectContext, !account.isPatron
{
// Deactivate all beta apps now that we're no longer a patron.
self.deactivateBetaApps(in: context)
//self.deactivateBetaApps(in: context)
}
try account.managedObjectContext?.save()