You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
Desktop: Support for Joplin Cloud recursive linked notes
This commit is contained in:
@ -53,7 +53,7 @@ describe('ShareService', function() {
|
||||
},
|
||||
});
|
||||
await msleep(1);
|
||||
await service.shareNote(note.id);
|
||||
await service.shareNote(note.id, false);
|
||||
|
||||
function checkTimestamps(previousNote: NoteEntity, newNote: NoteEntity) {
|
||||
// After sharing or unsharing, only the updated_time property should
|
||||
|
Reference in New Issue
Block a user