1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Disable publishing recursive notes on Jpolin Cloud (not fully working yet)

This commit is contained in:
Laurent Cozic 2022-08-18 11:39:02 +01:00
parent 6969341745
commit 8d66322c94

View File

@ -39,7 +39,10 @@ export default class SyncTargetJoplinCloud extends BaseSyncTarget {
} }
public static supportsRecursiveLinkedNotes(): boolean { public static supportsRecursiveLinkedNotes(): boolean {
return true; // Not currently working:
// https://github.com/laurent22/joplin/pull/6661
// https://github.com/laurent22/joplin/pull/6600
return false;
} }
public async isAuthenticated() { public async isAuthenticated() {