This commit is contained in:
syuilo 2018-04-19 13:06:12 +09:00
parent 3ba8a105bb
commit d02afbee96
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ module.exports = async (params, user, app) => {
}, { // または
// リプライだが返信先が投稿者自身の投稿
$expr: {
'$_reply.userId': '$userId'
$eq: ['$_reply.userId', '$userId']
}
}, { // または
// リプライだが返信先が自分(フォロワー)の投稿