Normalize i18n() calls to prepare for ICU migration
This commit is contained in:
parent
7c8e7c1013
commit
c02c8d9640
17 changed files with 377 additions and 273 deletions
|
@ -1404,7 +1404,7 @@ export class SignalProtocolStore extends EventEmitter {
|
|||
|
||||
const sessionResets = window.storage.get(
|
||||
'sessionResets',
|
||||
<SessionResetsType>{}
|
||||
{} as SessionResetsType
|
||||
);
|
||||
|
||||
const lastReset = sessionResets[id];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue