Revert to filerting out orphan threads

This commit is contained in:
Eric Bailey
2024-08-16 16:17:39 -05:00
parent 10cf2972a3
commit 18fbe71b10
2 changed files with 6 additions and 28 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export function useFeedTuners(feedDesc: FeedDescriptor) {
return feedTuners
}
if (feedDesc === 'following') {
const feedTuners = []
const feedTuners = [FeedTuner.removeOrphans]
if (preferences?.feedViewPrefs.hideReposts) {
feedTuners.push(FeedTuner.removeReposts)