Page MenuHomePhabricator

[lib] Introduce new avatar type for encrypted images
ClosedPublic

Authored by bartek on Sep 12 2023, 3:28 PM.
Tags
None
Referenced Files
F3754572: D9167.diff
Fri, Jan 10, 3:30 AM
Unknown Object (File)
Wed, Dec 25, 8:39 AM
Unknown Object (File)
Wed, Dec 25, 5:12 AM
Unknown Object (File)
Sun, Dec 15, 5:52 PM
Unknown Object (File)
Sun, Dec 15, 5:52 PM
Unknown Object (File)
Sun, Dec 15, 5:52 PM
Unknown Object (File)
Sun, Dec 15, 5:52 PM
Unknown Object (File)
Sun, Dec 15, 5:52 PM
Subscribers

Details

Summary

This diff introduces new avatar type for blob uploads.
Existing codebase is updated to use this type in the next diff.

Test Plan

Tested later in the stack. CI (Flow) fails until next diff

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

patryk held this revision as a draft.
patryk edited the test plan for this revision. (Show Details)
bartek edited reviewers, added: patryk; removed: bartek.
bartek edited the test plan for this revision. (Show Details)
bartek published this revision for review.Oct 30 2023, 4:34 AM
lib/types/avatar-types.js
28 ↗(On Diff #32479)

Nit: should we use underscores to match the style with your previously introduced encrypted_photo?

Looks good, but please make sure to address @ashoat's inline comment + rebase and make sure the CI passes before landing

This revision is now accepted and ready to land.Nov 1 2023, 11:19 AM
In D9167#282846, @ginsu wrote:

rebase and make sure the CI passes before landing

This is intended to fail:

Tested later in the stack. CI (Flow) fails until next diff

lib/types/avatar-types.js
28 ↗(On Diff #32479)

makes sense

Rebase on latest master. Replace encrypted-image with encrypted_image.

This revision was landed with ongoing or failed builds.Nov 9 2023, 11:08 PM
This revision was automatically updated to reflect the committed changes.