Merge pull request #22 from anatawa12/fix-featured-cw
fix: おはnoteの除外でcwを見忘れているのを修正
This commit is contained in:
commit
eca225fa39
|
@ -68,6 +68,8 @@ export default class extends Endpoint<typeof meta, typeof paramDef> {
|
|||
new Brackets(qb => {
|
||||
qb.where('note.text NOT LIKE \'%おはよう%\'')
|
||||
.andWhere('note.text NOT LIKE \'%:ohayo_nirila_misskey:%\'')
|
||||
.andWhere('note.cw NOT LIKE \'%おはよう%\'')
|
||||
.andWhere('note.cw NOT LIKE \'%:ohayo_nirila_misskey:%\'')
|
||||
.orWhere('note.fileIds != \'{}\'');
|
||||
}),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue