Log marking as read.

This commit is contained in:
martinrotter 2017-05-17 06:24:08 +02:00
parent 12109dcce0
commit 244ddbd907

View file

@ -330,6 +330,8 @@ QNetworkReply::NetworkError OwnCloudNetworkFactory::markMessagesRead(RootItem::R
json["items"] = ids;
qDebug() << QSL("Raw output for marking msgs read with Nextcloud is : \n\n") << QString::fromUtf8(raw_output);
NetworkResult network_reply = NetworkFactory::performNetworkOperation(final_url,
qApp->settings()->value(GROUP(Feeds),
SETTING(Feeds::UpdateTimeout)).toInt(),