no bios in random

This commit is contained in:
k00b 2024-08-20 21:12:39 -05:00
parent 85e91ede47
commit 555601c7de
1 changed files with 2 additions and 0 deletions

View File

@ -413,6 +413,8 @@ export default {
'"Item"."deletedAt" IS NULL',
'"Item"."weightedVotes" - "Item"."weightedDownVotes" > 2',
'"Item"."ncomments" > 0',
'"Item"."parentId" IS NULL',
'"Item".bio = false',
type === 'posts' && '"Item"."subName" IS NOT NULL',
subClause(sub, 3, subClauseTable(type), me, showNsfw),
typeClause(type),