Back to Peertube

My Followers.Component

client/src/app/+my-library/my-follows/my-followers.component.html

8.1.5351 B
Original Source

@if (pagination.totalItems) { {{ getTotalTitle() }} } @if (pagination.totalItems === 0) { No follower found. } @for (follow of follows; track follow) {

{{ follow.follower.name + '@' + follow.follower.host }}

@if (isFollowingAccount(follow)) { Is following all your channels } @else { Is following your channel {{ follow.following.name }} }

}