From e2ca6f9da0db5d32c920264f47ca897008261c8a Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 19 Dec 2022 14:47:38 +0100 Subject: [PATCH] chore: todo comment --- components/status/StatusPreviewCard.vue | 1 + 1 file changed, 1 insertion(+) 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';