From b47adb7aebea838d4b4106cfb211e9c447db9d7e Mon Sep 17 00:00:00 2001 From: Michael Schuster Date: Fri, 17 Jan 2020 20:20:37 +0100 Subject: [PATCH] Notifications bug fix: Don't init ETag response header with * Signed-off-by: Michael Schuster --- src/gui/accountstate.cpp | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2