You've already forked joplin
							
							
				mirror of
				https://github.com/laurent22/joplin.git
				synced 2025-10-31 00:07:48 +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:
		| @@ -121,7 +121,7 @@ const SlowSyncWarning = styled.div` | ||||
| const syncTargetNames: string[] = [ | ||||
| 	'joplinCloud', | ||||
| 	'dropbox', | ||||
| 	'onedrive', | ||||
| 	// 'onedrive', | ||||
| 	'nextcloud', | ||||
| 	'webdav', | ||||
| 	'amazon_s3', | ||||
|   | ||||
| @@ -33,7 +33,7 @@ export default class SyncTargetOneDrive extends BaseSyncTarget { | ||||
| 	} | ||||
|  | ||||
| 	public static label() { | ||||
| 		return _('OneDrive'); | ||||
| 		return `${_('OneDrive')} (Deprecated)`; | ||||
| 	} | ||||
|  | ||||
| 	public static description() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user