summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorStuart Mumford <stuart@cadair.com>2018-03-04 10:35:14 +0000
committermujx <mujx@users.noreply.github.com>2018-03-04 12:35:14 +0200
commit47c31b9a18fac206c9a9d39d4331f74c43b1e9c3 (patch)
treef003da08e42d1ec4708cc656881823a556be19fb /include
parentUpdate README.md (diff)
downloadnheko-47c31b9a18fac206c9a9d39d4331f74c43b1e9c3.tar.xz
Retry initial sync forever (#234)
Diffstat (limited to 'include')
-rw-r--r--include/ChatPage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h

index 5a6376c9..5cd1c623 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h
@@ -194,10 +194,6 @@ private: // LMDB wrapper. QSharedPointer<Cache> cache_; - - // If the number of failures exceeds a certain threshold we - // return to the login page. - int initialSyncFailures_ = 0; }; template<class Collection>