This differential implements olm notifs session establishment during account creation.
Details
Create new account. Ensure new entry in olm_sessions table appears
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
keyserver/src/creators/account-creator.js | ||
---|---|---|
132–138 ↗ | (On Diff #25828) | See feedback in D7654. Please be more thoughtful when introducing new await keywords |
native/account/register-panel.react.js | ||
295–297 ↗ | (On Diff #25828) | See feedback in D7654. Please be more thoughtful when introducing new await keywords |
Instead of two separate (action === 'edit_role') blocks, could we merge the two?
We could move await dbQuery(query); within both the (action === 'create_role') (line 139) and else if (action === 'edit_role') (line 144) blocks?
Not a huge deal, whatever you prefer