Depends on D7699
Update reduceCurrentUserInfo on client to update currentUserInfo.avatar based off of update payload instead of ClientAvatar.
Paths
| Differential D7700 Authored by atul on May 1 2023, 1:16 PM.
Details Summary Depends on D7699 Update reduceCurrentUserInfo on client to update currentUserInfo.avatar based off of update payload instead of ClientAvatar. Test Plan Continues to work as expected: (Need to bump codeversion to 215 for this to work, will make sure I land this diff and codeversion change simultaneously so master is never in a broken state)
Diff Detail
Event TimelineHerald added a subscriber: tomek. · View Herald TranscriptMay 1 2023, 1:17 PM2023-05-01 13:17:00 (UTC-7) atul edited the summary of this revision. (Show Details)May 1 2023, 1:17 PM2023-05-01 13:17:13 (UTC-7) atul added a parent revision: D7699: [keyserver] Update `updateUserAvatarResponder` to return `CreateUpdatesResult` for new clients. atul edited the test plan for this revision. (Show Details)May 1 2023, 1:20 PM2023-05-01 13:20:44 (UTC-7) Harbormaster completed remote builds in B18963: Diff 25975.May 1 2023, 1:36 PM2023-05-01 13:36:37 (UTC-7) ashoat added inline comments. This revision is now accepted and ready to land.May 1 2023, 2:00 PM2023-05-01 14:00:40 (UTC-7)
atul added inline comments.
Harbormaster failed remote builds in B18968: Diff 25983!May 1 2023, 3:14 PM2023-05-01 15:14:21 (UTC-7) Comment Actions Please address inline feedback and fix CI before landing. Would be great if all of these new types were in avatar-types.js
This revision is now accepted and ready to land.May 1 2023, 3:31 PM2023-05-01 15:31:15 (UTC-7) Harbormaster failed remote builds in B18976: Diff 25993!May 2 2023, 8:22 AM2023-05-02 08:22:44 (UTC-7) Harbormaster completed remote builds in B18977: Diff 25994.May 2 2023, 8:36 AM2023-05-02 08:36:28 (UTC-7) Harbormaster completed remote builds in B18992: Diff 26009.May 2 2023, 9:08 AM2023-05-02 09:08:37 (UTC-7) Closed by commit rCOMM66c2d2dc3c51: [lib] Update `reduceCurrentUserInfo` to handle `CurrentUserUpdate` payload… (authored by atul). · Explain WhyMay 2 2023, 9:53 AM2023-05-02 09:53:50 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 26012 lib/actions/user-actions.js
lib/reducers/user-reducer.js
lib/types/redux-types.js
|