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)
Mar 28 2024, 7:27 PM
Unknown Object (File)
Mar 28 2024, 7:27 PM
Unknown Object (File)
Mar 28 2024, 7:27 PM
Unknown Object (File)
Mar 28 2024, 7:27 PM
Unknown Object (File)
Mar 28 2024, 7:26 PM
Unknown Object (File)
Feb 22 2024, 11:56 AM
Unknown Object (File)
Feb 22 2024, 10:45 AM
Unknown Object (File)
Feb 22 2024, 10:02 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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