diff --git a/packages/frontend/src/components/SkMutedNote.vue b/packages/frontend/src/components/SkMutedNote.vue index b392db7af2..e85316848c 100644 --- a/packages/frontend/src/components/SkMutedNote.vue +++ b/packages/frontend/src/components/SkMutedNote.vue @@ -75,7 +75,7 @@ const props = withDefaults(defineProps<{ mutedClass?: string | string[] | Record | (string | string[] | Record)[]; expandedClass?: string | string[] | Record | (string | string[] | Record)[]; }>(), { - withHardMute: false, // TODO check default + withHardMute: true, mutedClass: undefined, expandedClass: undefined, });