Move local identitykey and registrationid to indexeddb
This commit is contained in:
parent
fe1d78b5fa
commit
d230df5622
6 changed files with 410 additions and 391 deletions
|
@ -25,7 +25,7 @@
|
|||
window.textsecure.storage = window.textsecure.storage || {};
|
||||
|
||||
// Overrideable storage implementation
|
||||
window.textsecure.storage.impl = {
|
||||
window.textsecure.storage.impl = window.textsecure.storage.impl || {
|
||||
/*****************************
|
||||
*** Base Storage Routines ***
|
||||
*****************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue