Share noteid after post

This commit is contained in:
Maxime Cannoodt 2022-11-21 21:51:45 +01:00
parent bf2ca751a8
commit 855e0897f3
2 changed files with 2 additions and 1 deletions

2
plugin

@ -1 +1 @@
Subproject commit 961634c1c45c1e3227617eac0700a9d0b1cf6417
Subproject commit d54b424dd6aafdaa18e1dc25915c6684825aa2f0

View File

@ -71,6 +71,7 @@ export async function postNoteController(
view_url: `${process.env.FRONTEND_URL}/note/${savedNote.id}`,
expire_time: savedNote.expire_time,
secret_token: savedNote.secret_token,
note_id: savedNote.id,
});
})
.catch(async (err) => {