Fixed missing has_audio attribute init
This commit is contained in:
parent
88d3d5ed95
commit
4b6ff73907
|
@ -411,6 +411,7 @@ class Messages():
|
|||
md_bg_color=msg_color,
|
||||
)
|
||||
item.lsource = m["source"]
|
||||
item.has_audio = False
|
||||
|
||||
if has_attachment:
|
||||
item.attachments_field = attachments_field
|
||||
|
|
Loading…
Reference in New Issue