remove saloon from top posts

This commit is contained in:
keyan 2024-07-21 13:56:50 -05:00
parent e517abb061
commit de38a683d5
1 changed files with 1 additions and 0 deletions

View File

@ -383,6 +383,7 @@ export default {
${relationClause(type)}
${whereClause(
'"Item"."deletedAt" IS NULL',
type === 'posts' && '"Item"."subName" IS NOT NULL',
subClause(sub, 5, subClauseTable(type), me, showNsfw),
typeClause(type),
whenClause(when, 'Item'),