Privacy and Safety Settings

Muted Accounts

@if (mutedAccounts().length > 0) { @for (pubkey of mutedAccounts(); track pubkey) { } } @else {

No muted accounts.

}

Muted Words

@if (mutedWords().length > 0) { @for (word of mutedWords(); track word) { {{ word }} } } @else {

No muted words.

}

Muted Tags

@if (mutedTags().length > 0) { @for (tag of mutedTags(); track tag) { #{{ tag }} } } @else {

No muted tags.

}

Muted Threads

@if (mutedThreads().length > 0) { @for (thread of mutedThreads(); track thread) { {{ thread }} } } @else {

No muted threads.

}