mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 10:16:10 +01:00
🎨 Sign in to use S3/WebDAV data sync https://github.com/siyuan-note/siyuan/issues/8779
This commit is contained in:
parent
38f15e5f59
commit
fa6212a8b4
7 changed files with 76 additions and 10 deletions
|
|
@ -234,11 +234,7 @@ func checkSync(boot, exit, byHand bool) bool {
|
|||
if !IsSubscriber() {
|
||||
return false
|
||||
}
|
||||
case conf.ProviderWebDAV:
|
||||
if !IsThirdPartySyncPaid() {
|
||||
return false
|
||||
}
|
||||
case conf.ProviderS3:
|
||||
case conf.ProviderWebDAV, conf.ProviderS3:
|
||||
if !IsThirdPartySyncPaid() {
|
||||
return false
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue