not including users who have opted out

This commit is contained in:
Miodec 2023-04-18 11:27:43 +02:00
parent 9f1594fead
commit e6cbdfd6c0

View file

@ -78,6 +78,7 @@ export async function update(
$exists: true,
},
banned: { $exists: false },
lbOptOut: { $exists: false },
needsToChangeName: { $exists: false },
timeTyping: {
$gt: process.env.MODE === "dev" ? 0 : 7200,