1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

All: Fixes #2091: Handle WebDAV servers that do not return a last modified date (fixes mail.ru)

This commit is contained in:
Laurent Cozic
2019-12-18 10:46:12 +00:00
parent ff94a95589
commit 74fd9e1e9e
3 changed files with 15 additions and 1 deletions

View File

@@ -55,6 +55,8 @@ shared.checkSyncConfigMessages = function(comp) {
};
shared.checkNextcloudApp = async function(comp, settings) {
if (settings['sync.target'] !== 5) return;
comp.setState({ checkNextcloudAppResult: 'checking' });
let result = null;
const appApi = await reg.syncTargetNextcloud().appApi();