1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

All: Resolves #7661: Stop synchronization with unsupported WebDAV providers (#7819)

This commit is contained in:
Julien
2023-02-22 21:12:53 +08:00
committed by GitHub
parent 219585bbcf
commit 32bb256cca
10 changed files with 112 additions and 1 deletions

View File

@ -1671,6 +1671,12 @@ class Setting extends BaseModel {
// storage: SettingStorage.File,
// },
'sync.allowUnsupportedProviders': {
value: -1,
type: SettingItemType.Int,
public: false,
},
};
this.metadata_ = Object.assign(this.metadata_, this.customMetadata_);