Convert protocol_wrapper.js to TypeScript

This commit is contained in:
Evan Hahn 2022-06-03 16:30:03 +00:00 committed by GitHub
parent d61b68279b
commit 6bae8a24de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 24 deletions

View file

@ -38,3 +38,5 @@ before(async () => {
window.Whisper = window.Whisper || {};
window.Whisper.events = _.clone(Backbone.Events);
window.textsecure.storage.protocol = new window.SignalProtocolStore();