Fix custom emoji in display names

This commit is contained in:
Jason McBrayer 2019-10-29 13:43:51 -04:00
parent d6ca91999f
commit 0e4402e885
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<div class="media-content">
<div class="content">
<p>
<strong>{{ toot.account.display_name }}</strong>
<strong>{{ toot.account.display_name | fix_emojos:toot.account.emojis | strip_html |safe}}</strong>
<small><a href="{% url "user" toot.account.acct %}">
@{{ toot.account.acct }}</a></small>
<a href="{{ toot.url }}">