mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Move local identitykey and registrationid to indexeddb
This commit is contained in:
@@ -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 ***
|
||||
*****************************/
|
||||
|
||||
Reference in New Issue
Block a user