Merge branch 'release' into develop

This commit is contained in:
Sabe Jones
2020-07-28 10:01:31 -05:00
63 changed files with 5660 additions and 5605 deletions

View File

@@ -135,6 +135,7 @@ export default new Schema({
rosyOutlook: Boolean,
bugBonanza: Boolean,
bareNecessities: Boolean,
freshwaterFriends: Boolean,
// Onboarding Guide
createdTask: Boolean,
completedTask: Boolean,

View File

@@ -56,6 +56,7 @@ const NOTIFICATION_TYPES = [
'ACHIEVEMENT_ROSY_OUTLOOK',
'ACHIEVEMENT_BUG_BONANZA',
'ACHIEVEMENT_BARE_NECESSITIES',
'ACHIEVEMENT_FRESHWATER_FRIENDS',
'ACHIEVEMENT', // generic achievement notification, details inside `notification.data`
];