Skip to content

Commit

Permalink
chore: exclude channel notes from featured polls
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed May 19, 2024
1 parent 0e970ac commit 1f52299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/frontend/src/pages/explore.featured.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const paginationForPolls = {
endpoint: 'notes/polls/recommendation' as const,
limit: 10,
offsetMode: true,
params: {
excludeChannels: true,
},
};

const tab = ref('notes');
Expand Down

0 comments on commit 1f52299

Please sign in to comment.