mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-08-24 13:10:16 +02:00
Show caption even if the the message is a metadata #111
This commit is contained in:
@@ -138,6 +138,11 @@
|
|||||||
<p>{{ msg.data or 'Not supported WhatsApp internal message' }}</p>
|
<p>{{ msg.data or 'Not supported WhatsApp internal message' }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if msg.caption is not none %}
|
||||||
|
<div class="w3-container">
|
||||||
|
{{ msg.caption | urlize(none, true, '_blank') }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if msg.media == false %}
|
{% if msg.media == false %}
|
||||||
{{ msg.data | sanitize_except() | urlize(none, true, '_blank') }}
|
{{ msg.data | sanitize_except() | urlize(none, true, '_blank') }}
|
||||||
@@ -222,6 +227,11 @@
|
|||||||
<p>{{ msg.data or 'Not supported WhatsApp internal message' }}</p>
|
<p>{{ msg.data or 'Not supported WhatsApp internal message' }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
{% if msg.caption is not none %}
|
||||||
|
<div class="w3-container">
|
||||||
|
{{ msg.caption | urlize(none, true, '_blank') }}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if msg.media == false %}
|
{% if msg.media == false %}
|
||||||
{{ msg.data | sanitize_except() | urlize(none, true, '_blank') }}
|
{{ msg.data | sanitize_except() | urlize(none, true, '_blank') }}
|
||||||
|
|||||||
Reference in New Issue
Block a user