Fix signatures being sent to file server as arraybuffer

pull/542/head
sachaaaaa 6 years ago
parent 73d90a5277
commit 03d0385427

@ -34,7 +34,7 @@ class LokiFileServerAPI {
); );
} else { } else {
authorisations = [ authorisations = [
await libloki.storage.getGrantAuthorisationForSecondaryPubKey( await Signal.Data.getGrantAuthorisationForSecondaryPubKey(
this.ourKey this.ourKey
), ),
]; ];

Loading…
Cancel
Save