|
{{ buildFollowingName(follow) }}
|
@if (follow.state === 'accepted') {
Accepted
}
@if (follow.state === 'pending') {
Pending
}
@if (follow.state === 'rejected') {
Rejected
}
|
{{ follow.createdAt | ptDate: 'short' }} |
@if (isInstanceFollowing(follow)) {
}
|