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:
parent
6969341745
commit
8d66322c94
@ -39,7 +39,10 @@ export default class SyncTargetJoplinCloud extends BaseSyncTarget {
|
||||
}
|
||||
|
||||
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() {
|
||||
|
Loading…
Reference in New Issue
Block a user