mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 04:09:49 +00:00
USE_NACL = true
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user