]> cat aescling's git repositories - mastodon.git/commitdiff
Render custom emoji in display name on public profile (#8115)
authorThibG <thib@sitedethib.com>
Thu, 2 Aug 2018 13:08:29 +0000 (15:08 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 2 Aug 2018 13:08:29 +0000 (15:08 +0200)
app/views/accounts/_header.html.haml

index e343be82088e6c5d5e80524791cbe6a0233a6dd9..d3b9893c4194bf8928a32e718611013546eda160 100644 (file)
@@ -7,7 +7,7 @@
     .public-account-header__tabs
       .public-account-header__tabs__name
         %h1
-          = display_name(account)
+          = display_name(account, custom_emojify: true)
           %small
             = acct(account)
             = fa_icon('lock') if account.locked?