hide muted threads behind a CW

This commit is contained in:
Hazelnoot 2025-06-09 22:11:34 -04:00
parent 87582034b5
commit 9bebf7718f
11 changed files with 83 additions and 47 deletions

4
locales/index.d.ts vendored
View file

@ -11988,6 +11988,10 @@ export interface Locale extends ILocale {
* Boosts muted
*/
"renoteMuted": string;
/**
* {name} said something in a muted thread
*/
"userSaysSomethingInMutedThread": ParameterizedString<"name">;
/**
* Mark all media from user as NSFW
*/