Log marking as read.
This commit is contained in:
parent
12109dcce0
commit
244ddbd907
1 changed files with 2 additions and 0 deletions
|
|
@ -330,6 +330,8 @@ QNetworkReply::NetworkError OwnCloudNetworkFactory::markMessagesRead(RootItem::R
|
||||||
|
|
||||||
json["items"] = ids;
|
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,
|
NetworkResult network_reply = NetworkFactory::performNetworkOperation(final_url,
|
||||||
qApp->settings()->value(GROUP(Feeds),
|
qApp->settings()->value(GROUP(Feeds),
|
||||||
SETTING(Feeds::UpdateTimeout)).toInt(),
|
SETTING(Feeds::UpdateTimeout)).toInt(),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue