forked from AkkomaGang/akkoma-fe
enable link handling in user bios to fix links not having _blank
This commit is contained in:
parent
769a9a14fe
commit
0d073d607c
1 changed files with 1 additions and 0 deletions
|
@ -275,6 +275,7 @@
|
|||
class="user-card-bio"
|
||||
:html="user.description_html"
|
||||
:emoji="user.emoji"
|
||||
:handle-links="true"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue