mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-07 20:44:34 +00:00
fix withRenotes check in generateMutedUserRenotesQueryForNotes
This commit is contained in:
parent
baf785bdc1
commit
b7abc5b3b4
1 changed files with 1 additions and 0 deletions
|
@ -247,6 +247,7 @@ export class QueryService {
|
|||
.orWhere('note.text IS NOT NULL')
|
||||
.orWhere('note.cw IS NOT NULL')
|
||||
.orWhere('note.replyId IS NOT NULL')
|
||||
.orWhere('note.hasPoll = false')
|
||||
.orWhere('note.fileIds != \'{}\'')
|
||||
.orWhere(`note.userId NOT IN (${ mutingQuery.getQuery() })`);
|
||||
}));
|
||||
|
|
Loading…
Add table
Reference in a new issue