Page MenuHomePhabricator

[keyserver] Modify blob functions so that they take params object where both hash and holder are provided
ClosedPublic

Authored by tomek on Nov 30 2023, 7:08 AM.
Tags
None
Referenced Files
F5337394: D10098.id.diff
Wed, Apr 9, 12:43 AM
F5329425: D10098.id37083.diff
Tue, Apr 8, 9:07 PM
F5326364: D10098.id36408.diff
Tue, Apr 8, 8:28 PM
F5326306: D10098.id34055.diff
Tue, Apr 8, 8:27 PM
F5323209: D10098.id36847.diff
Tue, Apr 8, 7:55 PM
Unknown Object (File)
Feb 20 2025, 8:14 PM
Unknown Object (File)
Feb 14 2025, 5:05 PM
Unknown Object (File)
Feb 14 2025, 5:04 PM
Subscribers

Details

Summary

The new API makes it less likely to confuse these

Depends on D9972

Test Plan

Flow

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

tomek requested review of this revision.Nov 30 2023, 7:28 AM
rohan added inline comments.
keyserver/src/services/blob.js
34 ↗(On Diff #34055)

Not a big deal, but my preference is to destructure in the function rather than in the params (both here, in upload, and in deleteBlob). But you can keep it whatever way you prefer

This revision is now accepted and ready to land.Nov 30 2023, 8:39 AM

Destructure in the function