logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 0d073d607cb2d033a9556eca64c5e905864ba2ed
parent 769a9a14fe99785270596ac587ac65f48d2043ac
Author: Henry Jameson <me@hjkos.com>
Date:   Sat, 19 Feb 2022 22:34:08 +0200

enable link handling in user bios to fix links not having _blank

Diffstat:

Msrc/components/user_card/user_card.vue1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue @@ -275,6 +275,7 @@ class="user-card-bio" :html="user.description_html" :emoji="user.emoji" + :handle-links="true" /> </div> </div>