1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-02-08 15:58:42 +01:00

refs #1452 Emojify quoted user name

This commit is contained in:
AkiraFukushima 2020-05-24 22:17:25 +09:00
parent 3fcc526893
commit 26f1635fa1

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>