1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-30 19:13:58 +02:00
This commit is contained in:
syuilo
2025-09-01 12:59:53 +09:00
parent 782c9f9852
commit 3c998e1f48
13 changed files with 46 additions and 32 deletions

View File

@@ -22,7 +22,7 @@ import { isEnabledUrlPreview } from '@/utility/url-preview.js';
const MkUrlPreview = defineAsyncComponent(() => import('@/components/MkUrlPreview.vue'));
const props = defineProps<{
block: Misskey.entities.PageBlock,
block: Extract<Misskey.entities.PageBlock, { type: 'text' }>,
page: Misskey.entities.Page,
}>();