diff --git a/packages/client/src/components/MkNoteSub.vue b/packages/client/src/components/MkNoteSub.vue index 48699577a..724ce5424 100644 --- a/packages/client/src/components/MkNoteSub.vue +++ b/packages/client/src/components/MkNoteSub.vue @@ -10,7 +10,7 @@

- +
@@ -39,12 +39,14 @@ const props = withDefaults(defineProps<{ conversation?: foundkey.entities.Note[] | null; supercompact?: boolean; + compactHeads?: boolean; // how many notes are in between this one and the note being viewed in detail depth?: number; }>(), { conversation: null, depth: 1, supercompact: false, + compactHeads: false, }); let showContent = $ref(false); diff --git a/packages/client/src/components/global/misskey-flavored-markdown.vue b/packages/client/src/components/global/misskey-flavored-markdown.vue index 06a8509ab..ed105499c 100644 --- a/packages/client/src/components/global/misskey-flavored-markdown.vue +++ b/packages/client/src/components/global/misskey-flavored-markdown.vue @@ -1,5 +1,5 @@