fix: don't parse rich content in display name (#449)
Co-authored-by: 三咲智子 <sxzz@sxzz.moe>
This commit is contained in:
parent
9395b7031e
commit
7887629954
5 changed files with 47 additions and 35 deletions
|
@ -81,6 +81,7 @@ watchEffect(() => {
|
|||
font-bold sm:text-2xl text-xl
|
||||
:content="getDisplayName(account, { rich: true })"
|
||||
:emojis="account.emojis"
|
||||
:markdown="false"
|
||||
/>
|
||||
<AccountBotIndicator v-if="account.bot" />
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue