forked from FoundKeyGang/FoundKey
oops
This commit is contained in:
parent
3ba8a105bb
commit
d02afbee96
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ module.exports = async (params, user, app) => {
|
|||
}, { // または
|
||||
// リプライだが返信先が投稿者自身の投稿
|
||||
$expr: {
|
||||
'$_reply.userId': '$userId'
|
||||
$eq: ['$_reply.userId', '$userId']
|
||||
}
|
||||
}, { // または
|
||||
// リプライだが返信先が自分(フォロワー)の投稿
|
||||
|
|
Loading…
Reference in a new issue