mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Disable PeerTube
This commit is contained in:
@@ -69,10 +69,6 @@ final class AccountValidator: Service {
|
|||||||
func validateInstance() {
|
func validateInstance() {
|
||||||
reset()
|
reset()
|
||||||
|
|
||||||
app.wrappedValue = .peerTube
|
|
||||||
setValidationResult(true)
|
|
||||||
return
|
|
||||||
|
|
||||||
guard let app = appsToValidateInstance.popLast() else { return }
|
guard let app = appsToValidateInstance.popLast() else { return }
|
||||||
tryValidatingUsing(app)
|
tryValidatingUsing(app)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user