no bios in random
This commit is contained in:
parent
85e91ede47
commit
555601c7de
|
@ -413,6 +413,8 @@ export default {
|
||||||
'"Item"."deletedAt" IS NULL',
|
'"Item"."deletedAt" IS NULL',
|
||||||
'"Item"."weightedVotes" - "Item"."weightedDownVotes" > 2',
|
'"Item"."weightedVotes" - "Item"."weightedDownVotes" > 2',
|
||||||
'"Item"."ncomments" > 0',
|
'"Item"."ncomments" > 0',
|
||||||
|
'"Item"."parentId" IS NULL',
|
||||||
|
'"Item".bio = false',
|
||||||
type === 'posts' && '"Item"."subName" IS NOT NULL',
|
type === 'posts' && '"Item"."subName" IS NOT NULL',
|
||||||
subClause(sub, 3, subClauseTable(type), me, showNsfw),
|
subClause(sub, 3, subClauseTable(type), me, showNsfw),
|
||||||
typeClause(type),
|
typeClause(type),
|
||||||
|
|
Loading…
Reference in New Issue