Fix regression

pull/46/head
Niels Andriesse 6 years ago
parent bf7dd70327
commit 55b5718271

@ -87,7 +87,7 @@ public final class LokiAPI : NSObject {
return rawResponse
}
})
}
}.retryingIfNeeded(maxRetryCount: maxRetryCount)
}
}
if let peer = LokiP2PAPI.getInfo(for: destination), (lokiMessage.isPing || peer.isOnline) {

Loading…
Cancel
Save