From e3b1e196453a919e56e3543f86060a03e2d558dc Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Tue, 13 Dec 2022 13:14:39 +0100 Subject: [PATCH] Disable PeerTube --- Model/Accounts/AccountValidator.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Model/Accounts/AccountValidator.swift b/Model/Accounts/AccountValidator.swift index b696596b..9da9a12d 100644 --- a/Model/Accounts/AccountValidator.swift +++ b/Model/Accounts/AccountValidator.swift @@ -69,10 +69,6 @@ final class AccountValidator: Service { func validateInstance() { reset() - app.wrappedValue = .peerTube - setValidationResult(true) - return - guard let app = appsToValidateInstance.popLast() else { return } tryValidatingUsing(app) }