expand all user/instance mutes when viewing a user's profile

This commit is contained in:
Hazelnoot 2025-06-28 07:59:54 -04:00
parent ca9410e4fe
commit 40695c7925
5 changed files with 20 additions and 7 deletions

View file

@ -19,7 +19,6 @@ export interface Mute {
noteMuted?: boolean;
noteMandatoryCW?: string | null;
// TODO show this as a single block on user timelines
userMandatoryCW?: string | null;
instanceMandatoryCW?: string | null;
}