Back to Peertube

Account Block Badges.Component

client/src/app/shared/shared-moderation/account-block-badges.component.html

8.2.0353 B
Original Source

@if (account().mutedByUser || (platformOnly() && account().mutedByInstance)) { Muted } @if (account().mutedServerByUser || (platformOnly() && account().mutedServerByInstance)) { Platform muted } @if (!platformOnly()) { @if (account().mutedByInstance) { Muted by your platform } @if (account().mutedServerByInstance) { Platform muted by your platform } }