{{ activeUserInfo.display_name || activeUserInfo.acct }}
@{{ activeUserInfo.acct }}
@if (activeUserProfileUrl()) {
β Open
}
@if (activeUserInfo.followers_count !== undefined || activeUserInfo.counts) {
{{
activeUserInfo.counts?.followers ?? activeUserInfo.followers_count ?? 0 | number
}}
followers
{{
activeUserInfo.counts?.following ?? activeUserInfo.following_count ?? 0 | number
}}
following
{{
activeUserInfo.counts?.statuses ?? activeUserInfo.statuses_count ?? 0 | number
}}
posts
}
@if (showPeopleCatchupControls()) {
@if (!activeUserCatchup?.running) {
}
@if (activeUserCatchup?.running) {
}
Dossier
}
@if (activeUserInfo.note) {
Bio
}
@if (showPeopleCatchupControls()) {
{{ activeUserCacheMessage() }}
@if (activeUserCatchupError) {
{{ activeUserCatchupError }}
}
@if (activeUserCatchup?.running) {
{{ activeUserCatchup!.stage }} β {{ activeUserCatchup!.posts_fetched }} posts
}
}
}
@if (isPeoplePage()) {
}
@if (isPeoplePage()) {
}