Notifications bug fix: Don't init ETag response header with *
authorMichael Schuster <michael@schuster.ms>
Fri, 17 Jan 2020 19:20:37 +0000 (20:20 +0100)
committerMichael Schuster <michael@schuster.ms>
Fri, 17 Jan 2020 19:20:37 +0000 (20:20 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/accountstate.cpp

index 3346c18613f2fffeeb87c194f9d4f7657991cb80..899a7728cc169bb743e76c8fa3d07318cd9ae809 100644 (file)
@@ -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)