1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

Desktop, Mobile, Cli: Deprecated OneDrive sync method

Too slow, changes too often and as a result is unreliable. There is a risk of losing notes with this sync method.
This commit is contained in:
Laurent Cozic
2024-11-17 10:55:31 +00:00
parent 84eab775c3
commit e36f37707f
2 changed files with 2 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ const SlowSyncWarning = styled.div`
const syncTargetNames: string[] = [ const syncTargetNames: string[] = [
'joplinCloud', 'joplinCloud',
'dropbox', 'dropbox',
'onedrive', // 'onedrive',
'nextcloud', 'nextcloud',
'webdav', 'webdav',
'amazon_s3', 'amazon_s3',

View File

@@ -33,7 +33,7 @@ export default class SyncTargetOneDrive extends BaseSyncTarget {
} }
public static label() { public static label() {
return _('OneDrive'); return `${_('OneDrive')} (Deprecated)`;
} }
public static description() { public static description() {