{% if interaction.interaction_type.value == "reply" %}
{% if interaction.content %}
{{ interaction.content }}
{% endif %}
{% elif interaction.interaction_type.value == "like" %}
⭐ liked this
{% elif interaction.interaction_type.value == "boost" %}
🔁 boosted this
{% else %}
mentioned this
{% endif %}
{% if interaction.published %}