Browse Source

:fire: 移除支持多个云端同步目录 https://github.com/siyuan-note/siyuan/issues/5335

Liang Ding 3 years ago
parent
commit
b92a47ca73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/model/repository.go

+ 1 - 1
kernel/model/repository.go

@@ -308,7 +308,7 @@ func syncRepo(byHand bool) {
 
 	start := time.Now()
 	cloudInfo := &dejavu.CloudInfo{
-		Dir:       Conf.Sync.CloudName,
+		Dir:       "main",
 		UserID:    Conf.User.UserId,
 		Token:     Conf.User.UserToken,
 		LimitSize: int64(Conf.User.UserSiYuanRepoSize - Conf.User.UserSiYuanAssetSize),