{% set safe_author_url = safe_url(interaction.author_url) %} {% set safe_author_photo = safe_url(interaction.author_photo) %}
{% if safe_author_photo %} {% endif %} {% if interaction.author_name or interaction.author_url %} {% if safe_author_url %} {{ interaction.author_name or hostname(safe_author_url) }} {% else %} {{ interaction.author_name }} {% endif %} {% endif %}
{% 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 %}
{% endif %}