Move reminders to new persisted state layer (#1834)
This commit is contained in:
parent
96d8faf4b0
commit
2acc88e78d
8 changed files with 66 additions and 100 deletions
|
@ -76,9 +76,9 @@ export function transform(legacy: LegacySchema): Schema {
|
|||
defaults.session.currentAccount,
|
||||
},
|
||||
reminders: {
|
||||
lastEmailConfirmReminder:
|
||||
lastEmailConfirm:
|
||||
legacy.reminders.lastEmailConfirm ||
|
||||
defaults.reminders.lastEmailConfirmReminder,
|
||||
defaults.reminders.lastEmailConfirm,
|
||||
},
|
||||
languagePrefs: {
|
||||
primaryLanguage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue