Page MenuHomePhabricator

[keyserver] Make mediaFromRow return a Promise
ClosedPublic

Authored by ashoat on Jul 13 2022, 9:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Mar 19, 10:35 PM
Unknown Object (File)
Sun, Mar 16, 10:04 AM
Unknown Object (File)
Sun, Mar 16, 5:13 AM
Unknown Object (File)
Fri, Mar 14, 11:35 PM
Unknown Object (File)
Thu, Mar 13, 4:10 AM
Unknown Object (File)
Wed, Mar 12, 3:30 PM
Unknown Object (File)
Tue, Mar 11, 2:08 PM
Unknown Object (File)
Mon, Mar 10, 7:54 AM

Details

Summary

In D4521 we end up needing to await getDBType() in the message-fetchers.js code because we need to parse the query results differently depending on whether it came from MySQL 5.7 or MariaDB 10.8.

Depends on D4519

Test Plan

Flow; tested in combination with next diffs

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Not super qualified to review js

Same as D4519:

The change makes sense, but explaining the higher level motivation in the Summary section could be helpful

This revision is now accepted and ready to land.Jul 15 2022, 12:46 PM