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

This commit is contained in:
Henry Jameson 2022-02-19 22:34:08 +02:00
parent 769a9a14fe
commit 0d073d607c
1 changed files with 1 additions and 0 deletions

View File

@ -275,6 +275,7 @@
class="user-card-bio"
:html="user.description_html"
:emoji="user.emoji"
:handle-links="true"
/>
</div>
</div>