diff --git a/composables/timeline.ts b/composables/timeline.ts index 1179e002..db03cfc0 100644 --- a/composables/timeline.ts +++ b/composables/timeline.ts @@ -27,8 +27,8 @@ function removeFilteredItems(items: mastodon.v1.Status[], context: mastodon.v1.F if (!sensitive && item.sensitive) return false - // if (!repost && ??) - // return false + if (!repost && item.reblog != null) + return false // if (!mutual && ??) // return false