Skip to content

Commit

Permalink
Remove language filtering on curated homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
WRadoslaw committed Feb 28, 2024
1 parent 61ba811 commit 348fd3b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packages/atlas/src/views/viewer/HomeView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,12 @@ const useHomeVideos = () => {
notifyOnNetworkStatusChange: true,
skip: !columns,
variables: {
where: { ...publicCryptoVideoFilter, includeInHomeFeed_eq: true, isShort_not_eq: undefined },
where: {
...publicCryptoVideoFilter,
orionLanguage_in: undefined,
includeInHomeFeed_eq: true,
isShort_not_eq: undefined,
},
skipVideoIds: ['-1'],
limit: columns * initialRowsToLoad,
},
Expand Down

0 comments on commit 348fd3b

Please sign in to comment.