add DynamicNoteSimple.vue

This commit is contained in:
Hazelnoot 2025-04-01 12:49:53 -04:00
parent 61019158ce
commit 8b5768f848
4 changed files with 52 additions and 11 deletions

View file

@ -39,7 +39,7 @@ import { prefer } from '@/preferences.js';
const props = defineProps<{
note: Misskey.entities.Note & {
isSchedule? : boolean,
isSchedule?: boolean,
scheduledNoteId?: string
};
expandAllCws?: boolean;