This commit is contained in:
syuilo 2018-05-14 13:54:18 +09:00
parent 1641d6bce2
commit f20c08f0f7

View file

@ -43,7 +43,8 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
}, },
renoteCount: { renoteCount: {
$gt: 0 $gt: 0
} },
'_user.host': null
} as any; } as any;
if (reply != undefined) { if (reply != undefined) {