Page MenuHomePhabricator

[keyserver] Introduce `constructMediaFromMediaMessageContentsAndUploadRows`
ClosedPublic

Authored by atul on Sep 20 2022, 7:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 15, 3:38 PM
Unknown Object (File)
Fri, Apr 12, 6:30 PM
Unknown Object (File)
Fri, Apr 12, 4:47 AM
Unknown Object (File)
Thu, Apr 11, 5:05 PM
Unknown Object (File)
Wed, Apr 10, 10:13 AM
Unknown Object (File)
Thu, Mar 28, 1:29 PM
Unknown Object (File)
Thu, Mar 28, 1:29 PM
Unknown Object (File)
Thu, Mar 28, 1:29 PM
Subscribers

Details

Summary

Pull functionality out of fetchMediaFromMediaMessageContent(...) so it can be reused in rawMessageInfoFromRows(...) to reconstruct Media objects for MULTIMEDIA messages.

The difference between the two is that in fetchMediaFromMediaMessageContent(...) is we're fetching the upload rows whereas in rawMessageInfoFromRows(...) they're given to us.

In next diff we'll consume this function in rawMessageInfoFromRows to correctly pull MULTIMEDIA messages from the DB given the the content column of the message (stringified MediaMessageServerDBContent in addition to the upload rows.


Depends on D5191

Test Plan

Refactor, things continue to work as expected.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

cut extraneous newline (if i had a nickel)

atul requested review of this revision.Sep 20 2022, 7:38 AM
This revision is now accepted and ready to land.Sep 21 2022, 6:29 AM
This revision was landed with ongoing or failed builds.Sep 21 2022, 1:39 PM
This revision was automatically updated to reflect the committed changes.