mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-02 17:00:07 +09:00
wip
This commit is contained in:
@ -48,7 +48,7 @@ module.exports = (params, user) => new Promise(async (res, rej) => {
|
||||
if (following) {
|
||||
const followingIds = await getFriends(user._id);
|
||||
|
||||
query.user_id = {
|
||||
query.userId = {
|
||||
$in: followingIds
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user