Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-06-03 21:01:38 +08:00
commit 15dd1fddcb

View file

@ -1213,10 +1213,6 @@ func formatErrorMsg(err error) string {
}
func IsValidCloudDirName(cloudDirName string) bool {
if "backup" == cloudDirName {
return false
}
if 16 < utf8.RuneCountInString(cloudDirName) {
return false
}