mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
Email subs reminders release (#11216)
* add subscriptions reminders emails * add field to record the last sub reminder
This commit is contained in:
@@ -481,6 +481,7 @@ let schema = new Schema({
|
||||
weeklyRecaps: {$type: Boolean, default: true},
|
||||
onboarding: {$type: Boolean, default: true},
|
||||
majorUpdates: {$type: Boolean, default: true},
|
||||
subscriptionReminders: {$type: Boolean, default: true},
|
||||
},
|
||||
pushNotifications: {
|
||||
unsubscribeFromAll: {$type: Boolean, default: false},
|
||||
|
||||
Reference in New Issue
Block a user