Parse phone numbers into e164 as part of schema upgrade

This commit is contained in:
Scott Nonnenberg 2018-05-08 18:03:02 -07:00
parent 8cb1f1f532
commit aa13a2c6f7
8 changed files with 87 additions and 8 deletions

View file

@ -129,6 +129,7 @@ window.moment.locale(locale);
window.Signal = Signal.setup({
Attachments,
userDataPath: app.getPath('userData'),
getRegionCode: () => window.storage.get('regionCode'),
});
// Pulling these in separately since they access filesystem, electron