mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
USE_NACL = true
This commit is contained in:
+1
-1
@@ -526,7 +526,7 @@ window.textsecure.storage = function() {
|
|||||||
window.textsecure.nacl = function() {
|
window.textsecure.nacl = function() {
|
||||||
var self = {};
|
var self = {};
|
||||||
|
|
||||||
self.USE_NACL = false;
|
self.USE_NACL = true;
|
||||||
|
|
||||||
var onLoadCallbacks = [];
|
var onLoadCallbacks = [];
|
||||||
var naclLoaded = 0;
|
var naclLoaded = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user