Filter content by your device's configured languages (#354)
This commit is contained in:
parent
a369e07956
commit
449f9243f3
9 changed files with 648 additions and 23 deletions
|
@ -341,7 +341,9 @@ export class FeedModel {
|
|||
return [
|
||||
FeedTuner.dedupReposts,
|
||||
FeedTuner.likedRepliesOnly,
|
||||
FeedTuner.englishOnly,
|
||||
FeedTuner.preferredLangOnly(
|
||||
this.rootStore.preferences.contentLanguages,
|
||||
),
|
||||
]
|
||||
}
|
||||
if (this.feedType === 'home') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue