This commit is contained in:
parent
3affa40461
commit
d3639b2df4
3 changed files with 91 additions and 54 deletions
|
|
@ -67,7 +67,7 @@ export const pack = (
|
|||
// Populate user
|
||||
_message.user = await packUser(_message.user_id, me);
|
||||
|
||||
if (_message.file) {
|
||||
if (_message.file_id) {
|
||||
// Populate file
|
||||
_message.file = await packFile(_message.file_id);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue