Details
Details
Force-logged out one of devices on Identity, without updating device list. Then called createOlmSessionsWithUser() for that user. Verified that device list was refetched after one of the sessions couldn't be created (deviceKeysMissing = true).
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
| lib/components/peer-olm-session-creator-provider.react.js | ||
|---|---|---|
| 80 | Shouldn't we await here? | |
| lib/components/peer-olm-session-creator-provider.react.js | ||
|---|---|---|
| 80 | It's not necessary. After refetching, this code is triggered for the second time. Awaiting wouldn't be beneficial at this point, we'd have to call createOlmSessionsWithUser() again | |