mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Fix displayName don't need to be encoded
This commit is contained in:
parent
8eac16cb46
commit
ccb0032f81
1 changed files with 1 additions and 1 deletions
|
@ -276,7 +276,7 @@ function Compose({
|
|||
)}" width="16" height="16" alt="" loading="lazy" />
|
||||
</span>
|
||||
<span>
|
||||
<b>${encodeHTML(displayNameWithEmoji || username)}</b>
|
||||
<b>${displayNameWithEmoji || username}</b>
|
||||
<br>@${encodeHTML(acct)}
|
||||
</span>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue