projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889cb63
)
Notifications bug fix: Don't init ETag response header with *
author
Michael Schuster
<michael@schuster.ms>
Fri, 17 Jan 2020 19:20:37 +0000
(20:20 +0100)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/src/gui/accountstate.cpp
b/src/gui/accountstate.cpp
index 3346c18613f2fffeeb87c194f9d4f7657991cb80..899a7728cc169bb743e76c8fa3d07318cd9ae809 100644
(file)
--- 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)