logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 7d2f73118a8dd305fd1455e67ded9e61cba62642
parent 3102f079e9de355d4d33f75500b8906decaf6fb8
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon,  6 Apr 2020 11:18:49 +0200

profile.html.eex: fixup

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 Formatter.emojify(@user.bio, emoji_for_user(@user)) %></p> + <p class="user-bio"><%= raw Formatter.emojify(@user.bio, @user.emoji) %></p> </header> <main>