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
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| lib/components/peer-olm-session-creator-provider.react.js | ||
|---|---|---|
| 80 ↗ | (On Diff #49192) | Shouldn't we await here? |
| lib/components/peer-olm-session-creator-provider.react.js | ||
|---|---|---|
| 80 ↗ | (On Diff #49192) | 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 |