Use acct instead of username

pull/472/head
Lim Chee Aun 2024-03-27 10:18:12 +08:00
rodzic 4abb1aeaed
commit e3591514a1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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