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:
60e04bd
)
Remove check in setServerHasValidSubscription.
author
Camila Ayres
<hello@camilasan.com>
Thu, 31 Oct 2024 12:01:16 +0000
(13:01 +0100)
committer
Camila Ayres
<hello@camilasan.com>
Thu, 31 Oct 2024 12:06:04 +0000
(13:06 +0100)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/libsync/account.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/account.cpp
b/src/libsync/account.cpp
index 9394e672cced1030a08e25cc47cb298745659616..df4030de8c64ddc9f9fe15cfa6f982e00d4bb721 100644
(file)
--- a/
src/libsync/account.cpp
+++ b/
src/libsync/account.cpp
@@
-1083,9
+1083,7
@@
bool Account::serverHasValidSubscription() const
void Account::setServerHasValidSubscription(bool valid)
{
- if (_serverHasValidSubscription != valid) {
- _serverHasValidSubscription = valid;
- }
+ _serverHasValidSubscription = valid;
}
void Account::updateServerSubcription()