Convert protocol_wrapper.js
to TypeScript
This commit is contained in:
parent
d61b68279b
commit
6bae8a24de
6 changed files with 4 additions and 24 deletions
|
@ -38,3 +38,5 @@ before(async () => {
|
|||
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.events = _.clone(Backbone.Events);
|
||||
|
||||
window.textsecure.storage.protocol = new window.SignalProtocolStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue