issue: ENG-8365
Details
Details
Tested that for updateUserAvatarActionTypes if the user was in the store the username is not changed. Assuming some correctness based on having tested other diffs in this stack
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/land
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
lib/reducers/user-reducer.js | ||
---|---|---|
579–582 ↗ | (On Diff #41571) | A bit confusing because this code is doing basically nothing - but it's probably good to leave it to keep it consistent with other call sites |
lib/reducers/user-reducer.js | ||
---|---|---|
579–582 ↗ | (On Diff #41571) | Looking at the code called by updateUserAvatarResponder - updateUserAvatar -> createUserAvatarUpdates -> createUpdates is actually seems like we can get updates for some other users here. So this code could do something. And it doesn't hurt |