diff --git a/components/status/StatusPreviewCard.vue b/components/status/StatusPreviewCard.vue
index 815ad5e8..7383908e 100644
--- a/components/status/StatusPreviewCard.vue
+++ b/components/status/StatusPreviewCard.vue
@@ -22,11 +22,15 @@ const isSquare = $computed(() => (
const providerName = $computed(() => props.card.providerName ? props.card.providerName : new URL(props.card.url).hostname)
const gitHubCards = $(computedEager(() => useFeatureFlags().experimentalGitHubCards))
+
+const isMastodonLink = true
+
// TODO: handle card.type: 'photo' | 'video' | 'rich';
{{ card.description }}
diff --git a/components/status/StatusPreviewMastodon.vue b/components/status/StatusPreviewMastodon.vue new file mode 100644 index 00000000..2458d559 --- /dev/null +++ b/components/status/StatusPreviewMastodon.vue @@ -0,0 +1,46 @@ + + + +