You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
This commit is contained in:
@ -132,7 +132,7 @@ export default class ResourceService extends BaseService {
|
||||
await this.setAssociatedResources(note.id, note.body);
|
||||
}
|
||||
} else {
|
||||
await Resource.delete(resourceId);
|
||||
await Resource.delete(resourceId, { sourceDescription: 'deleteOrphanResources' });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user