mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
Use acct instead of username
This commit is contained in:
parent
4abb1aeaed
commit
e3591514a1
1 changed files with 1 additions and 1 deletions
|
@ -1263,7 +1263,7 @@ function Catchup() {
|
|||
authors[author].avatarStatic || authors[author].avatar
|
||||
}
|
||||
size="xxl"
|
||||
alt={`${authors[author].displayName} (@${authors[author].username})`}
|
||||
alt={`${authors[author].displayName} (@${authors[author].acct})`}
|
||||
/>{' '}
|
||||
<span class="count">{authorCounts[author]}</span>
|
||||
<span class="username">{authors[author].username}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue