logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 5996f56d0ba28167c6f983b2fa1306222dfd7c35
parent: 709fd11bc52cb663a6439b1096b69067e32ba4c3
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 16 Feb 2020 05:45:27 +0100

static_fe/profile.html.eex: Fix formatting, emojify bio

Diffstat:

Mlib/pleroma/web/templates/static_fe/static_fe/profile.html.eex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/templates/static_fe/static_fe/profile.html.eex b/lib/pleroma/web/templates/static_fe/static_fe/profile.html.eex @@ -10,7 +10,7 @@ <%= raw Formatter.emojify(@user.name, @user.emoji) %> | <%= link "@#{@user.nickname}@#{Endpoint.host()}", to: (@user.uri || @user.ap_id) %> </h3> - <p class="user-bio"><%= raw @user.bio %></p> + <p class="user-bio"><%= raw Formatter.emojify(@user.bio, emoji_for_user(@user)) %></p> </header> <main>