use fqn
for local account instead of building manually
This commit is contained in:
parent
b74b19cc73
commit
b170a532f6
4 changed files with 5 additions and 3 deletions
|
@ -175,7 +175,7 @@
|
|||
<div class="account-name" aria-hidden="true">
|
||||
<a href={$account.url} class="nickname" title={$account.nickname}>{@html $account.rich_name}</a>
|
||||
<span class="username" title={`@${$account.username}@${$account.host}`}>
|
||||
{`@${$account.username}@${$account.host}`}
|
||||
{$account.fqn}
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue