This commit is contained in:
syuilo 2023-09-11 13:29:24 +09:00 committed by GitHub
parent 7bd0a5b7cb
commit 74faa01db8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ export default class extends Endpoint<typeof meta, typeof paramDef> { // eslint-
.leftJoinAndSelect('reply.user', 'replyUser')
.leftJoinAndSelect('renote.user', 'renoteUser');
query.andWhere('channel.isSensitive = false');
query.andWhere('channel.isSensitive != true');
this.queryService.generateVisibilityQuery(query, me);
if (me) {