mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-26 09:36:02 -07:00
Actually assign user object to note
This commit is contained in:
parent
f5aa0c86cf
commit
85403efe4e
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ export default hasConfig ? {
|
||||||
id: note.userId
|
id: note.userId
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
note.user = user;
|
||||||
}
|
}
|
||||||
|
|
||||||
let attachmentType = "";
|
let attachmentType = "";
|
||||||
|
|
Loading…
Reference in a new issue