From 9cc11ff8ce25bbf9fdb108cce57399624ba1c625 Mon Sep 17 00:00:00 2001 From: sbaykal Date: Mon, 8 Jan 2024 19:16:50 +0100 Subject: [PATCH] feat(creation note): Register the current user has the author of the created note --- python/note_input_widget/widget.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/note_input_widget/widget.py b/python/note_input_widget/widget.py index 05c68591..cb44d3e1 100644 --- a/python/note_input_widget/widget.py +++ b/python/note_input_widget/widget.py @@ -541,6 +541,7 @@ def _async_submit_note(self, sg, data): "addressings_to": addressings_to, "note_links": note_links, "tasks": note_tasks, + "user": current_user, }, )