Skip to content

Commit

Permalink
Connectivity: Also accept SyncEngine etag as received ETag
Browse files Browse the repository at this point in the history
Avoids requests on startup.
For #3964
  • Loading branch information
guruz committed Nov 18, 2015
1 parent 300c1c2 commit 3c1a605
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/folder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ void Folder::etagRetreived(const QString& etag)
void Folder::etagRetreivedFromSyncEngine(const QString& etag)
{
qDebug() << "Root etag from during sync:" << etag;
accountState()->tagLastSuccessfullETagRequest();
_lastEtag = etag;
}

Expand Down

0 comments on commit 3c1a605

Please sign in to comment.