Page MenuHomePhabricator

[lib] Make media metadata upload to keyserver optional
ClosedPublic

Authored by bartek on Sep 11 2024, 1:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 12, 9:32 AM
Unknown Object (File)
Tue, Nov 12, 9:32 AM
Unknown Object (File)
Tue, Nov 12, 3:37 AM
Unknown Object (File)
Tue, Nov 12, 1:32 AM
Unknown Object (File)
Oct 23 2024, 9:06 PM
Unknown Object (File)
Oct 12 2024, 1:05 AM
Unknown Object (File)
Oct 12 2024, 1:05 AM
Unknown Object (File)
Oct 12 2024, 1:05 AM
Subscribers

Details

Summary

Part of ENG-8708.

Updated useBlobServiceUpload() to perform keyserver metadata upload only when keyserverOrThreadID is present.

Test Plan

Tested together with other diffs in the stack

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.Sep 11 2024, 2:01 AM
bartek added inline comments.
lib/actions/upload-actions.js
245–256 ↗(On Diff #44022)

The logic here matches what we do on keyserver: here, here and here

This revision is now accepted and ready to land.Sep 11 2024, 2:37 AM