summary refs log tree commit diff
path: root/src/MatrixClient.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-06 02:59:15 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-12-06 02:59:15 +0200
commitc1d0bbaf0b3e312b7d2f362173c31a4560d05b58 (patch)
treebb341f6684885d0c696914173724d02ec0bf15e2 /src/MatrixClient.cc
parentUse the same compiler for c (diff)
downloadnheko-c1d0bbaf0b3e312b7d2f362173c31a4560d05b58.tar.xz
Prevent queue from getting blocked (#142)
Try sending a message when all the sent messages have been received
through /sync.
Diffstat (limited to 'src/MatrixClient.cc')
-rw-r--r--src/MatrixClient.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/MatrixClient.cc b/src/MatrixClient.cc

index 28aeb47d..8214cfc5 100644 --- a/src/MatrixClient.cc +++ b/src/MatrixClient.cc
@@ -300,7 +300,6 @@ MatrixClient::sendRoomMessage(mtx::events::MessageType ty, int status = reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt(); if (status == 0 || status >= 400) { - qWarning() << reply->errorString(); emit messageSendFailed(roomid, txnId); return; }