mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Fix users recommendation query
This commit is contained in:
parent
55b5537e3f
commit
b47a63b8bf
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ export default (params: any, me: ILocalUser) => new Promise(async (res, rej) =>
|
|||
_id: {
|
||||
$nin: followingIds.concat(mutedUserIds)
|
||||
},
|
||||
isLocked: false,
|
||||
isLocked: { $ne: true },
|
||||
$or: [{
|
||||
lastUsedAt: {
|
||||
$gte: new Date(Date.now() - ms('7days'))
|
||||
|
|
Loading…
Reference in a new issue