.andWhere(meta.blockedHosts.length===0?'1=1':'following.followeeHost NOT ILIKE ANY(ARRAY[:...blocked])',{blocked:meta.blockedHosts.flatMap(x=>[x,`%.${x}`])})
.andWhere(meta.blockedHosts.length===0?'1=1':'following.followeeHost NOT ILIKE ALL(ARRAY[:...blocked])',{blocked:meta.blockedHosts.flatMap(x=>[x,`%.${x}`])})
.andWhere(`following.followeeHost NOT IN (${suspendedInstancesQuery.getQuery()})`)
.andWhere(meta.blockedHosts.length===0?'1=1':'following.followerHost NOT ILIKE ANY(ARRAY[:...blocked])',{blocked:meta.blockedHosts.flatMap(x=>[x,`%.${x}`])})
.andWhere(meta.blockedHosts.length===0?'1=1':'following.followerHost NOT ILIKE ALL(ARRAY[:...blocked])',{blocked:meta.blockedHosts.flatMap(x=>[x,`%.${x}`])})
.andWhere(`following.followerHost NOT IN (${suspendedInstancesQuery.getQuery()})`)
.andWhere(meta.blockedHosts.length===0?'1=1':'following.followeeHost NOT ILIKE ANY(ARRAY[:...blocked])',{blocked:meta.blockedHosts.flatMap(x=>[x,`%.${x}`])})
.andWhere(meta.blockedHosts.length===0?'1=1':'following.followeeHost NOT ILIKE ALL(ARRAY[:...blocked])',{blocked:meta.blockedHosts.flatMap(x=>[x,`%.${x}`])})
.andWhere(`following.followeeHost NOT IN (${suspendedInstancesQuery.getQuery()})`)
.andWhere(`following.followeeHost IN (${pubsubSubQuery.getQuery()})`)