🎨 Add membership one-time payment features https://github.com/siyuan-note/siyuan/issues/8906

This commit is contained in:
Daniel 2023-08-05 20:04:21 +08:00
parent c553c87c63
commit dead5c5a7c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
4 changed files with 31 additions and 31 deletions

View file

@ -235,7 +235,7 @@ func checkSync(boot, exit, byHand bool) bool {
return false
}
case conf.ProviderWebDAV, conf.ProviderS3:
if !IsThirdPartySyncPaid() {
if !IsOneTimePaid() {
return false
}
}