fix outlawed boosts
This commit is contained in:
parent
a3c5a33bc4
commit
636122dd51
@ -129,6 +129,7 @@ export async function getAd (parent, { sub, subArr = [], showNsfw = false }, { m
|
||||
'"Item"."parentId" IS NULL',
|
||||
'"Item".bio = false',
|
||||
'"Item".boost > 0',
|
||||
await filterClause(me, models),
|
||||
activeOrMine(),
|
||||
subClause(sub, 1, 'Item', me, showNsfw),
|
||||
muteClause(me))}
|
||||
|
Loading…
x
Reference in New Issue
Block a user