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:
parent
3fcc526893
commit
26f1635fa1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user