added #sentFromSender label, closes #445

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

View File

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