Keep syncing regardless of connectivity (#93)
This commit is contained in:
parent
d3603606e7
commit
d31a08f1d5
3 changed files with 18 additions and 15 deletions
|
|
@ -260,7 +260,7 @@ MatrixClient::sync() noexcept
|
|||
int status = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt();
|
||||
|
||||
if (status == 0 || status >= 400) {
|
||||
emit syncFailed(reply->errorString());
|
||||
qDebug() << reply->errorString();
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue