Fix bug
This commit is contained in:
parent
7f17a44078
commit
fff0e8bc6d
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
|
|||
},
|
||||
renoteCount: {
|
||||
$gt: 0
|
||||
}
|
||||
},
|
||||
'_user.host': null
|
||||
} as any;
|
||||
|
||||
if (reply != undefined) {
|
||||
|
|
Loading…
Reference in a new issue