diff --git a/components/status/StatusPreviewCard.vue b/components/status/StatusPreviewCard.vue index 7383908e..fcca44a5 100644 --- a/components/status/StatusPreviewCard.vue +++ b/components/status/StatusPreviewCard.vue @@ -23,6 +23,7 @@ const providerName = $computed(() => props.card.providerName ? props.card.provid const gitHubCards = $(computedEager(() => useFeatureFlags().experimentalGitHubCards)) +// TODO: regex test the card.title value const isMastodonLink = true // TODO: handle card.type: 'photo' | 'video' | 'rich';