This differential sends necessary olm keys to initialize session for e2e notifications at the same time user logs-in/creates account
Details
Details
Build the app and test whether user can correctly log in or create account (including siwe). This will test that request validators work correctly. Additionally add console.log() in the keyserver codebase to print olm notifications keys to the console after extracting them from
the request.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/selectors/account-selectors.js | ||
---|---|---|
34–39 ↗ | (On Diff #25088) | Why are we waiting for commCoreModule.getUserPublicKey to finish before calling this? |
native/selectors/account-selectors.js | ||
---|---|---|
34–39 ↗ | (On Diff #25088) | You are right - there is no reason not to await all those promises at once. |
Comment Actions
This revision built foundation to send one time keys and prekey from client to the keyserver, which is no longer compliant with our architecture of E2E notifications.