mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
reddit plugin refactoring, performance improvemnts etc.
This commit is contained in:
@@ -36,8 +36,8 @@ async function addNoteImageSync(noteImageId, sourceId) {
|
||||
await addEntitySync("notes_image", noteImageId, sourceId);
|
||||
}
|
||||
|
||||
async function addAttributeSync(noteImageId, sourceId) {
|
||||
await addEntitySync("attributes", noteImageId, sourceId);
|
||||
async function addAttributeSync(attributeId, sourceId) {
|
||||
await addEntitySync("attributes", attributeId, sourceId);
|
||||
}
|
||||
|
||||
async function addEntitySync(entityName, entityId, sourceId) {
|
||||
|
||||
Reference in New Issue
Block a user