Include getSignedIdentityKeysBlob to getClientResponsesSelector
Details
Details
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
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
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. |