refs #1452 Emojify quoted user name

This commit is contained in:
AkiraFukushima 2020-05-24 22:17:25 +09:00
parent 3fcc526893
commit 26f1635fa1
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<FailoverImg class="icon" :src="icon" :alt="`Avatar of ${username}`" />
<div class="contents">
<div class="header">
<strong>{{ username }}</strong>
<strong v-html="username"></strong>
<span>{{ accountName }}</span>
</div>
<div class="body" v-html="body"></div>