mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Enforce stronger types for ArrayBuffers and storage
This commit is contained in:
@@ -11,7 +11,7 @@ import createTaskWithTimeout from './TaskWithTimeout';
|
||||
import SyncRequest from './SyncRequest';
|
||||
import MessageSender from './SendMessage';
|
||||
import StringView from './StringView';
|
||||
import Storage from './Storage';
|
||||
import { Storage } from './Storage';
|
||||
import * as WebAPI from './WebAPI';
|
||||
import WebSocketResource from './WebsocketResources';
|
||||
|
||||
@@ -19,7 +19,7 @@ export const textsecure = {
|
||||
createTaskWithTimeout,
|
||||
crypto: Crypto,
|
||||
utils,
|
||||
storage: Storage,
|
||||
storage: new Storage(),
|
||||
|
||||
AccountManager,
|
||||
ContactBuffer,
|
||||
|
||||
Reference in New Issue
Block a user