mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-19 10:14:11 +00:00
fix(script): don't send to users who have already opted out of notifs
This commit is contained in:
parent
5d6b6ed29a
commit
b48f850eac
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ function processUsers (lastId) {
|
|||
// specify a query to limit the affected users (empty for all users):
|
||||
let query = {
|
||||
migration: {$ne: MIGRATION_NAME},
|
||||
'preferences.emailNotifications.majorUpdates': {$ne: false},
|
||||
'flags.verifiedUsername': {$ne: true},
|
||||
'auth.timestamps.loggedin': {$gt: new Date('2018-10-25')},
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue