Fixed missing has_audio attribute init

This commit is contained in:
Mark Qvist 2024-06-03 12:55:35 +02:00
parent 88d3d5ed95
commit 4b6ff73907

View File

@ -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