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 {
authorisations = [
await libloki.storage.getGrantAuthorisationForSecondaryPubKey(
await Signal.Data.getGrantAuthorisationForSecondaryPubKey(
this.ourKey
),
];

Loading…
Cancel
Save