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)
Tue, Oct 1, 12:41 PM
Unknown Object (File)
Thu, Sep 26, 11:29 PM
Unknown Object (File)
Thu, Sep 26, 11:29 PM
Unknown Object (File)
Thu, Sep 26, 11:29 PM
Unknown Object (File)
Thu, Sep 26, 11:26 PM
Unknown Object (File)
Thu, Sep 26, 11:06 PM
Unknown Object (File)
Wed, Sep 25, 2:21 AM
Unknown Object (File)
Wed, Sep 25, 2:21 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