Don't link originals for replies

This commit is contained in:
Andrew Godwin 2022-11-27 14:34:26 -07:00
parent 2d4cf3d56e
commit c76c72fc81

View file

@ -5,6 +5,6 @@
{% block content %}
{% include "activities/_post.html" %}
{% for reply in replies %}
{% include "activities/_post.html" with post=reply reply=True %}
{% include "activities/_post.html" with post=reply reply=True link_original=False %}
{% endfor %}
{% endblock %}