Skip to content

Commit

Permalink
fix: top boosts shows others' unpaid boosts
Browse files Browse the repository at this point in the history
  • Loading branch information
Soxasora committed Nov 24, 2024
1 parent b0207a2 commit 40775dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/resolvers/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,7 @@ export default {
subClause(sub, 5, subClauseTable(type), me, showNsfw),
typeClause(type),
whenClause(when, 'Item'),
activeOrMine(me),
await filterClause(me, models, type),
by === 'boost' && '"Item".boost > 0',
muteClause(me))}
Expand Down

0 comments on commit 40775dd

Please sign in to comment.