USE_NACL = true
This commit is contained in:
parent
66a2a2d3ca
commit
b94ba6b726
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ window.textsecure.storage = function() {
|
|||
window.textsecure.nacl = function() {
|
||||
var self = {};
|
||||
|
||||
self.USE_NACL = false;
|
||||
self.USE_NACL = true;
|
||||
|
||||
var onLoadCallbacks = [];
|
||||
var naclLoaded = 0;
|
||||
|
|
Loading…
Reference in a new issue