fix: revert removal of parsing rich content in display name

This reverts commit 5be48b102f.
This commit is contained in:
Daniel Roe 2022-12-17 16:06:45 +00:00
parent 5be48b102f
commit b545efeacc
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55
4 changed files with 34 additions and 46 deletions

View file

@ -81,7 +81,6 @@ watchEffect(() => {
font-bold sm:text-2xl text-xl
:content="getDisplayName(account, { rich: true })"
:emojis="account.emojis"
:markdown="false"
/>
<AccountBotIndicator v-if="account.bot" />
</div>