Page MenuHomePhabricator

[lib] Add util functions to get blob URI
ClosedPublic

Authored by bartek on Jun 29 2023, 6:42 AM.
Tags
None
Referenced Files
F2157060: D8372.diff
Mon, Jul 1, 1:07 AM
Unknown Object (File)
Fri, Jun 28, 2:33 PM
Unknown Object (File)
Mon, Jun 17, 4:26 AM
Unknown Object (File)
Wed, Jun 12, 12:12 PM
Unknown Object (File)
Wed, Jun 12, 8:23 AM
Unknown Object (File)
Wed, Jun 12, 1:11 AM
Unknown Object (File)
Mon, Jun 10, 7:23 PM
Unknown Object (File)
Fri, Jun 7, 1:36 PM
Subscribers

Details

Summary

Part of ENG-3966.

Introduced simple utility functions that should be used always when we want to get blob URI from encrypted multimedia, instead of accessing blobURI / holder directly.
These functions will be used in the next diff to make this one small and clean

Depends on D8371

Test Plan

This stack is tested altogether, CI will fail at this point due to Flow breaking changes.
Actual test plan in the last diff.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

bartek held this revision as a draft.
bartek published this revision for review.Jun 29 2023, 8:14 AM

It would be easier to review this if you included the first usage in the diff. It helps to be able to see the usage alongside the implementation

Accepting on the assumption that the Flow issues are introduced in the parent diff, but after fixing that you should rebase this diff to make sure that Flow is fixed up

This revision is now accepted and ready to land.Jul 2 2023, 2:13 PM

It would be easier to review this if you included the first usage in the diff. It helps to be able to see the usage alongside the implementation

Perhaps I should have merged this and the D8373 together

Accepting on the assumption that the Flow issues are introduced in the parent diff, but after fixing that you should rebase this diff to make sure that Flow is fixed up

The remaining Flow issues are fixed by the child diff by using the functions introduced here.

This revision was landed with ongoing or failed builds.Jul 11 2023, 2:58 AM
This revision was automatically updated to reflect the committed changes.