Page MenuHomePhabricator

[web/native] Add getUserPublicKey to olmAPI
ClosedPublic

Authored by michal on Mar 15 2024, 10:33 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, May 1, 6:26 PM
Unknown Object (File)
Tue, Apr 23, 1:50 AM
Unknown Object (File)
Tue, Apr 23, 1:50 AM
Unknown Object (File)
Tue, Apr 23, 1:49 AM
Unknown Object (File)
Tue, Apr 23, 1:47 AM
Unknown Object (File)
Apr 5 2024, 7:18 AM
Unknown Object (File)
Apr 1 2024, 1:23 AM
Unknown Object (File)
Mar 30 2024, 11:41 AM
Subscribers

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

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable