mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
oops
This commit is contained in:
parent
f784b2ba78
commit
77546682b2
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ module.exports = async (params, user, app) => {
|
||||||
}, { // または
|
}, { // または
|
||||||
// リプライだが返信先が投稿者自身の投稿
|
// リプライだが返信先が投稿者自身の投稿
|
||||||
$expr: {
|
$expr: {
|
||||||
'$_reply.userId': '$userId'
|
$eq: ['$_reply.userId', '$userId']
|
||||||
}
|
}
|
||||||
}, { // または
|
}, { // または
|
||||||
// リプライだが返信先が自分(フォロワー)の投稿
|
// リプライだが返信先が自分(フォロワー)の投稿
|
||||||
|
|
Loading…
Add table
Reference in a new issue