From e720a88ecdeb9de426c65614a00c50f6caae7939 Mon Sep 17 00:00:00 2001 From: Shinigami92 Date: Sat, 1 Apr 2023 16:40:19 +0200 Subject: [PATCH] add comments --- composables/timeline.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/composables/timeline.ts b/composables/timeline.ts index db03cfc0..1017da39 100644 --- a/composables/timeline.ts +++ b/composables/timeline.ts @@ -31,9 +31,11 @@ function removeFilteredItems(items: mastodon.v1.Status[], context: mastodon.v1.F return false // if (!mutual && ??) + // This would require a lookup of the user's followers // return false // if (!tag && ??) + // This would require a lookup of the user's tags // return false return true