Use acct instead of username

This commit is contained in:
Lim Chee Aun 2024-03-27 10:18:12 +08:00
parent 4abb1aeaed
commit e3591514a1

View file

@ -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>