Details
Details
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 | ||
---|---|---|
42–62 ↗ | (On Diff #44290) | This is a little fragile because when this function is called for different devices and the promise is still pending, we would return an existing promise. To fix this issue we should restore the promises map, assign the same promise to all the devices, and return Promise.all of all the promises associated with devices. |