Fix regression

This commit is contained in:
Niels Andriesse 2019-09-04 15:59:44 +10:00
parent bf7dd70327
commit 55b5718271

View file

@ -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) {