diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp index 3346c1861..899a7728c 100644 --- a/src/gui/accountstate.cpp +++ b/src/gui/accountstate.cpp @@ -42,7 +42,6 @@ AccountState::AccountState(AccountPtr account) , _state(AccountState::Disconnected) , _connectionStatus(ConnectionValidator::Undefined) , _waitingForNewCredentials(false) - , _notificationsEtagResponseHeader("*") , _maintenanceToConnectedDelay(60000 + (qrand() % (4 * 60000))) // 1-5min delay , _remoteWipe(new RemoteWipe(_account)) , _hasTalk(false)