about summary refs log tree commit diff
path: root/app/views/admin/reports/_account.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/reports/_account.html.haml')
-rw-r--r--app/views/admin/reports/_account.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/reports/_account.html.haml b/app/views/admin/reports/_account.html.haml
index 22b7a0861..9ac161c9c 100644
--- a/app/views/admin/reports/_account.html.haml
+++ b/app/views/admin/reports/_account.html.haml
@@ -15,5 +15,5 @@
           .account__avatar{ style: "background-image: url(#{account.avatar.url}); width: #{size}px; height: #{size}px; background-size: #{size}px #{size}px" }
         %span.display-name
           %bdi
-            %strong.display-name__html.emojify= display_name(account)
+            %strong.display-name__html.emojify= display_name(account, custom_emojify: true)
           %span.display-name__account @#{account.acct}