This commit is contained in:
Ryan Tharp 2019-11-14 16:35:45 -08:00
parent 0825181cc8
commit bd17c4b026

View file

@ -1442,7 +1442,9 @@
}
const primaryDeviceKey = window.storage.get('primaryDevicePubKey');
const allOurDevices = await libloki.storage.getAllDevicePubKeysForPrimaryPubKey(primaryDeviceKey);
const allOurDevices = await libloki.storage.getAllDevicePubKeysForPrimaryPubKey(
primaryDeviceKey
);
const descriptorId = await textsecure.MessageReceiver.arrayBufferToString(
messageDescriptor.id
);