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

Submodule plugin updated: 961634c1c4...d54b424dd6

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) => {