mirror of
https://github.com/yattee/yattee.git
synced 2024-12-14 14:20:32 +05:30
Disable PeerTube
This commit is contained in:
parent
93c9298c07
commit
e3b1e19645
@ -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)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user