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
- Branch
- master
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/selectors/socket-selectors.js | ||
---|---|---|
65 | 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. |