Pester Network Error Messages
Stop sending a pester message using showPassiveNotification every time there is a network error. There is already a proper handling with `isOnline` in `NeochatConnection`. This just causes issues overlapping content. BUG: 488572
This commit is contained in:
@@ -230,9 +230,6 @@ void Controller::invokeLogin()
|
|||||||
Qt::SingleShotConnection);
|
Qt::SingleShotConnection);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
connect(connection, &NeoChatConnection::networkError, this, [this](const QString &error, const QString &, int, int) {
|
|
||||||
Q_EMIT errorOccured(i18n("Network Error: %1", error));
|
|
||||||
});
|
|
||||||
#if Quotient_VERSION_MINOR > 8
|
#if Quotient_VERSION_MINOR > 8
|
||||||
connection->assumeIdentity(account.userId(), account.deviceId(), accessToken);
|
connection->assumeIdentity(account.userId(), account.deviceId(), accessToken);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user