From 03d03854277064d262e8221f12a568aec5675ee7 Mon Sep 17 00:00:00 2001 From: sachaaaaa Date: Wed, 2 Oct 2019 12:54:48 +1000 Subject: [PATCH] Fix signatures being sent to file server as arraybuffer --- js/modules/loki_file_server_api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/loki_file_server_api.js b/js/modules/loki_file_server_api.js index c20e8b069..cab8f2a81 100644 --- a/js/modules/loki_file_server_api.js +++ b/js/modules/loki_file_server_api.js @@ -34,7 +34,7 @@ class LokiFileServerAPI { ); } else { authorisations = [ - await libloki.storage.getGrantAuthorisationForSecondaryPubKey( + await Signal.Data.getGrantAuthorisationForSecondaryPubKey( this.ourKey ), ];