Filter content by your device's configured languages (#354)

This commit is contained in:
Paul Frazee 2023-03-22 13:23:12 -05:00 committed by GitHub
parent a369e07956
commit 449f9243f3
9 changed files with 648 additions and 23 deletions

View file

@ -341,7 +341,9 @@ export class FeedModel {
return [
FeedTuner.dedupReposts,
FeedTuner.likedRepliesOnly,
FeedTuner.englishOnly,
FeedTuner.preferredLangOnly(
this.rootStore.preferences.contentLanguages,
),
]
}
if (this.feedType === 'home') {