ENG-6654 : Migrate getUserPublicKey to shared worker
Continuing the unification effort between web and native APIs this diff adds getUserPublicKey to the OlmAPI. It will be used in the later diffs.
Depends on D11339
Paths
| Differential D11340 Authored by michal on Mar 15 2024, 10:33 AM.
Details
Summary ENG-6654 : Migrate getUserPublicKey to shared worker Continuing the unification effort between web and native APIs this diff adds getUserPublicKey to the OlmAPI. It will be used in the later diffs. Depends on D11339 Test Plan Run this function on native. Pickled the crypto account from native and unpickled it on web. Run this function on web. Checked that the returned value on web is identical to the one from native.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptMar 15 2024, 10:33 AM2024-03-15 10:33:19 (UTC-7) Harbormaster completed remote builds in B27536: Diff 38105.Mar 15 2024, 10:48 AM2024-03-15 10:48:14 (UTC-7) This revision is now accepted and ready to land.Mar 18 2024, 5:58 AM2024-03-18 05:58:49 (UTC-7) Closed by commit rCOMMaa155a4a7e69: [web/native] Add getUserPublicKey to olmAPI (authored by Michal Gniadek <michal.gniadek@swmansion.com>). · Explain WhyMar 28 2024, 3:55 AM2024-03-28 03:55:37 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38424 lib/types/crypto-types.js
lib/utils/__mocks__/config.js
native/crypto/olm-api.js
native/schema/CommCoreModuleSchema.js
|
Same comment here... please move the typehint