mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-11-22 05:20:36 +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,
|
md_bg_color=msg_color,
|
||||||
)
|
)
|
||||||
item.lsource = m["source"]
|
item.lsource = m["source"]
|
||||||
|
item.has_audio = False
|
||||||
|
|
||||||
if has_attachment:
|
if has_attachment:
|
||||||
item.attachments_field = attachments_field
|
item.attachments_field = attachments_field
|
||||||
|
Loading…
Reference in New Issue
Block a user