In D7716#228907, @ashoat wrote:I believe @inka introduced CommunityPicker, so she should definitely be on the review
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed Search
May 4 2023
May 4 2023
May 3 2023
May 3 2023
Accepting, but would be good to double check that you intended to set useBlobServiceUploads to true here.
Requesting changes for base64/base64url encoding feedback.
Looks good, couple of notes inline that would be good to get a response to but not necessarily actionable
Requesting changes to ensure we correctly convert base64 encoding to base64url.
Uploaded both encrypted and non-encrypted blob to local blob service instance. Amended the keyserver's upload-fetchers to return these Blob URIs. Verified media is fetched and displayed correctly both on web and native.
atul requested changes to D7673: [native] Display the pinned messages for the thread in the new screen.
atul added a comment to D7673: [native] Display the pinned messages for the thread in the new screen.
Thanks! I'll take a look and give it a go
atul requested changes to D7614: [native] Display the number of pinned messages in a banner across chat.
Can we get rid of the React.useMemo(...) here?
Looks okay at a high level, adding @ashoat as blocking since I'm not super familiar with navigation (particularly wrt flow types)
Left some high level feedback. Adding @ashoat as blocking to take a look at the navigation stuff (I'm not super familiar with how navigation works, but it looks right?)
cut console.log
rebase before addressing feedback
rebase and land
atul added inline comments to D7704: [native] Unlink files as necessary in `useUploadSelectedMedia`.
May 2 2023
May 2 2023
pass filesystem.unlink directly into forEach
atul updated the test plan for D7704: [native] Unlink files as necessary in `useUploadSelectedMedia`.
Also, can we not pass filesystem.unlink in directly, without needing an extra lambda?
atul added inline comments to D7704: [native] Unlink files as necessary in `useUploadSelectedMedia`.
atul updated the diff for D7700: [lib] Update `reduceCurrentUserInfo` to handle `CurrentUserUpdate` payload instead of `ClientAvatar`.
make sure it's right
atul updated the diff for D7701: [lib] Update `reduceUserInfos` to handle `updateUserAvatarActionTypes.success`.
resolve merge conflicts
atul updated the diff for D7700: [lib] Update `reduceCurrentUserInfo` to handle `CurrentUserUpdate` payload instead of `ClientAvatar`.
move UpdateUserAvatarResponse alongside UpdateUserAvatarRequest in avatar-types
atul updated the diff for D7700: [lib] Update `reduceCurrentUserInfo` to handle `CurrentUserUpdate` payload instead of `ClientAvatar`.
rebase BEFORE addressing feedback
atul updated the diff for D7699: [keyserver] Update `updateUserAvatarResponder` to return `CreateUpdatesResult` for new clients.
fix flow (will wait for buildkite CI to complete before landing)
atul added a comment to D7699: [keyserver] Update `updateUserAvatarResponder` to return `CreateUpdatesResult` for new clients.
Okay so when I ran flow in keyserver, there were no issues. Then I ran it again AFTER yarn cleaninstall && killall flow and it gave me the three issues... so I guess got in some bad state? Hopefully a one-off issue
atul updated the diff for D7699: [keyserver] Update `updateUserAvatarResponder` to return `CreateUpdatesResult` for new clients.
re-opening....
atul reopened D7699: [keyserver] Update `updateUserAvatarResponder` to return `CreateUpdatesResult` for new clients.
Re-opening to address flow issues...
May 1 2023
May 1 2023
atul updated the diff for D7699: [keyserver] Update `updateUserAvatarResponder` to return `CreateUpdatesResult` for new clients.
address feedback
atul updated the diff for D7701: [lib] Update `reduceUserInfos` to handle `updateUserAvatarActionTypes.success`.
address feedback (i think)
atul updated the diff for D7700: [lib] Update `reduceCurrentUserInfo` to handle `CurrentUserUpdate` payload instead of `ClientAvatar`.
address feedback (i think)
atul updated the diff for D7699: [keyserver] Update `updateUserAvatarResponder` to return `CreateUpdatesResult` for new clients.
address feedback
atul published D7701: [lib] Update `reduceUserInfos` to handle `updateUserAvatarActionTypes.success` for review.
atul updated the diff for D7682: [keyserver] Send `updateTypes.UPDATE_CURRENT_USER` to currentUser on `updateUserAvatar`.
rebase and land
atul added inline comments to D7682: [keyserver] Send `updateTypes.UPDATE_CURRENT_USER` to currentUser on `updateUserAvatar`.
Apr 28 2023
Apr 28 2023
atul updated the diff for D7682: [keyserver] Send `updateTypes.UPDATE_CURRENT_USER` to currentUser on `updateUserAvatar`.
fix
atul added inline comments to D7682: [keyserver] Send `updateTypes.UPDATE_CURRENT_USER` to currentUser on `updateUserAvatar`.
atul updated the diff for D7682: [keyserver] Send `updateTypes.UPDATE_CURRENT_USER` to currentUser on `updateUserAvatar`.
address feedback
Thanks, I should've considered this
atul updated the test plan for D7682: [keyserver] Send `updateTypes.UPDATE_CURRENT_USER` to currentUser on `updateUserAvatar`.
We can just abandon
atul updated the diff for D7678: [keyserver] Send `updateTypes.UPDATE_USER` to peers on `updateUserAvatar`.
rebase and land
rebase and land
atul updated the diff for D7638: [native] Return without error if avatar image `selection` is empty.
rebase and alnd
atul updated the diff for D7638: [native] Return without error if avatar image `selection` is empty.
update