mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-03 14:04:51 +00:00
Fix video notes not having a file_name anymore
This commit is contained in:
parent
00e170feea
commit
12ef2f8ca2
1 changed files with 0 additions and 1 deletions
|
|
@ -463,7 +463,6 @@ def parse_messages(
|
||||||
duration=video_attributes.duration,
|
duration=video_attributes.duration,
|
||||||
thumb=parse_thumb(doc.thumb),
|
thumb=parse_thumb(doc.thumb),
|
||||||
file_size=doc.size,
|
file_size=doc.size,
|
||||||
file_name=file_name,
|
|
||||||
mime_type=doc.mime_type,
|
mime_type=doc.mime_type,
|
||||||
date=doc.date
|
date=doc.date
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue