Actually assign user object to note

This commit is contained in:
PrivateGER 2023-05-26 02:25:22 +02:00 committed by PrivateGER
parent d9ccf4310f
commit 1036ac4e8b
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ export default hasConfig ? {
id: note.userId id: note.userId
} }
}); });
note.user = user;
} }
let attachmentType = ""; let attachmentType = "";