Merge pull request #707 from mouse-reeve/boost-template-error

Fixes incorrect user displayed for boosts
This commit is contained in:
Mouse Reeve 2021-03-07 15:29:03 -08:00 committed by GitHub
commit 9858dea2f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@
{% if status.status_type == 'Announce' %}
<a href="{{ status.user.local_path }}">
{% include 'snippets/avatar.html' with user=status.user %}
{{ user.display_name }}
{{ status.user.display_name }}
</a>
{% trans "boosted" %}
{% include 'snippets/status/status_body.html' with status=status|boosted_status %}