mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 08:53:48 +01:00
Actually assign user object to note
This commit is contained in:
parent
f5aa0c86cf
commit
85403efe4e
@ -115,6 +115,7 @@ export default hasConfig ? {
|
||||
id: note.userId
|
||||
}
|
||||
});
|
||||
note.user = user;
|
||||
}
|
||||
|
||||
let attachmentType = "";
|
||||
|
Loading…
Reference in New Issue
Block a user