1
0
mirror of https://github.com/zadam/trilium.git synced 2025-03-01 14:22:32 +01:00

added #sentFromSender label, closes

This commit is contained in:
zadam 2022-02-05 16:23:30 +01:00
parent a21c49cba7
commit 600f74576d

@ -29,6 +29,8 @@ function uploadImage(req) {
} }
} }
note.setLabel("sentFromSender");
return { return {
noteId: noteId noteId: noteId
}; };