From: Michael Schuster Date: Fri, 17 Jan 2020 19:20:37 +0000 (+0100) Subject: Notifications bug fix: Don't init ETag response header with * X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~222^2^2~413^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b47adb7aebea838d4b4106cfb211e9c447db9d7e;p=nextcloud-desktop.git Notifications bug fix: Don't init ETag response header with * Signed-off-by: Michael Schuster --- 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)