Page MenuHomePhabricator

[lib] Add `getSignedIdentityKeysBlob` to `getClientResponsesSelector`
ClosedPublic

Authored by atul on Mar 5 2023, 4:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 3, 10:36 PM
Unknown Object (File)
Wed, Oct 30, 6:52 AM
Unknown Object (File)
Wed, Oct 30, 6:52 AM
Unknown Object (File)
Wed, Oct 30, 6:52 AM
Unknown Object (File)
Wed, Oct 30, 6:52 AM
Unknown Object (File)
Wed, Oct 30, 6:51 AM
Unknown Object (File)
Oct 21 2024, 12:40 PM
Unknown Object (File)
Oct 18 2024, 10:00 AM
Subscribers
None

Details

Summary

Include getSignedIdentityKeysBlob to getClientResponsesSelector

Test Plan

getSignedIdentityKeysBlob will be implemented for native and web in subsequent diffs. For now things continue to work as they did (verified with some basic logging + breakpoints).

Diff Detail

Repository
rCOMM Comm
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

atul published this revision for review.Mar 5 2023, 4:05 PM
atul added inline comments.
native/selectors/socket-selectors.js
65 ↗(On Diff #23461)

On native the data required to derive signedIdentityKeysBlob is not stored in Redux, so we pass a function that can make the JSI call and construct signedIdentityKeysBlob as needed.

This revision is now accepted and ready to land.Mar 6 2023, 6:03 AM