backport more inversal greader sync trick
This commit is contained in:
parent
18c3c1b345
commit
9423ddd2f9
3 changed files with 5 additions and 3 deletions
|
@ -30,7 +30,7 @@
|
||||||
<url type="donation">https://martinrotter.github.io/donate/</url>
|
<url type="donation">https://martinrotter.github.io/donate/</url>
|
||||||
<content_rating type="oars-1.1" />
|
<content_rating type="oars-1.1" />
|
||||||
<releases>
|
<releases>
|
||||||
<release version="3.9.1" date="2021-04-09"/>
|
<release version="3.9.1" date="2021-04-12"/>
|
||||||
</releases>
|
</releases>
|
||||||
<content_rating type="oars-1.0">
|
<content_rating type="oars-1.0">
|
||||||
<content_attribute id="violence-cartoon">none</content_attribute>
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 9c10723bfbaf6cb85107d6ee16e0324e9e487749
|
Subproject commit 47f4125753452eff8800dbd6600c5a05540b15d9
|
|
@ -106,7 +106,9 @@ QNetworkReply::NetworkError GreaderNetwork::markMessagesStarred(RootItem::Import
|
||||||
|
|
||||||
QList<Message> GreaderNetwork::streamContents(ServiceRoot* root, const QString& stream_id,
|
QList<Message> GreaderNetwork::streamContents(ServiceRoot* root, const QString& stream_id,
|
||||||
Feed::Status& error, const QNetworkProxy& proxy) {
|
Feed::Status& error, const QNetworkProxy& proxy) {
|
||||||
QString full_url = generateFullUrl(Operations::StreamContents).arg(QUrl::toPercentEncoding(stream_id),
|
QString full_url = generateFullUrl(Operations::StreamContents).arg(m_service == GreaderServiceRoot::Service::TheOldReader
|
||||||
|
? stream_id
|
||||||
|
: QUrl::toPercentEncoding(stream_id),
|
||||||
QString::number(batchSize() <= 0
|
QString::number(batchSize() <= 0
|
||||||
? 2000000
|
? 2000000
|
||||||
: batchSize()));
|
: batchSize()));
|
||||||
|
|
Loading…
Add table
Reference in a new issue