Page MenuHomePhabricator

[native] Call `getUserPublicKey` in `nativeLogInExtraInfoSelector`
ClosedPublic

Authored by atul on Feb 16 2023, 10:49 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Jun 26, 7:39 PM
Unknown Object (File)
Wed, Jun 26, 10:28 AM
Unknown Object (File)
Sat, Jun 15, 2:07 PM
Unknown Object (File)
Sat, Jun 15, 3:45 AM
Unknown Object (File)
Thu, Jun 13, 11:05 PM
Unknown Object (File)
Thu, Jun 13, 11:05 PM
Unknown Object (File)
Thu, Jun 13, 11:05 PM
Unknown Object (File)
Thu, Jun 13, 11:05 PM
Subscribers
None

Details

Summary

We make the getUserPublicKey(...) JSI call in nativeLogInExtraInfoSelector so we can include the ed25519 key in all login/registration requests from native.

Test Plan

Public key is correctly included in extraInfo

5c9c48.png (158×1 px, 82 KB)

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

atul requested review of this revision.Feb 16 2023, 11:04 PM
ashoat added inline comments.
native/account/panel-components.react.js
23 ↗(On Diff #22661)

Can this just be mixed?

This revision is now accepted and ready to land.Feb 17 2023, 10:18 AM

mixed instead of Promise<void>

native/account/panel-components.react.js
23 ↗(On Diff #22661)

Yeah, updated

This revision was landed with ongoing or failed builds.Feb 17 2023, 11:29 AM
This revision was automatically updated to reflect the committed changes.