This commit is contained in:
syuilo
2025-03-14 19:55:45 +09:00
parent f40c5f27dd
commit c8db2043b5
4 changed files with 11 additions and 13 deletions

View File

@@ -224,6 +224,7 @@ import { getAppearNote } from '@/utility/get-appear-note.js';
import { prefer } from '@/preferences.js';
import { getPluginHandlers } from '@/plugin.js';
import { prepareViewTransition } from '@/page.js';
import { DI } from '@/di.js';
const props = withDefaults(defineProps<{
note: Misskey.entities.Note;