mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-21 13:00:37 +01:00
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
Block a user