fix(frontend): withSensitiveフィルタ周りの挙動修正 (#14884)

* fix(frontend): withSensitiveフィルタ周りの挙動修正

* Update MkNote.vue
This commit is contained in:
かっこかり
2024-11-03 08:23:52 +09:00
committed by GitHub
parent 224bbd486f
commit d57b8bf2e2
3 changed files with 11 additions and 7 deletions

View File

@@ -43,6 +43,7 @@ const props = withDefaults(defineProps<{
}>(), {
withRenotes: true,
withReplies: false,
withSensitive: true,
onlyFiles: false,
});