Details
Details
Start a DM thread, set image thread avatar, then reset back to emoji. With Redux devtools and console logs verify that actions are successful.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/actions/holder-actions.js | ||
---|---|---|
78–96 | Generally this scenario for failedRequests is very rare, in 99% cases the result will be success or error (early return) so I don't think we should worry much about n^2 here |
lib/actions/holder-actions.js | ||
---|---|---|
78–96 | I would use Set with items like JSON.stringify(failedItem), but keep in mind to recreate the object to make sure key order will be deterministic in stringified objects |