fix: top boosts shows others' unpaid boosts (#1647)
This commit is contained in:
parent
d88971e8e5
commit
0b97d2ae94
|
@ -425,6 +425,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))}
|
||||
|
|
Loading…
Reference in New Issue