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
|
authors[author].avatarStatic || authors[author].avatar
|
||||||
}
|
}
|
||||||
size="xxl"
|
size="xxl"
|
||||||
alt={`${authors[author].displayName} (@${authors[author].username})`}
|
alt={`${authors[author].displayName} (@${authors[author].acct})`}
|
||||||
/>{' '}
|
/>{' '}
|
||||||
<span class="count">{authorCounts[author]}</span>
|
<span class="count">{authorCounts[author]}</span>
|
||||||
<span class="username">{authors[author].username}</span>
|
<span class="username">{authors[author].username}</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue