Page MenuHomePhabricator

[keyserver] Introduce `constructMediaFromMediaMessageContentsAndUploadRows`
ClosedPublic

Authored by atul on Sep 20 2022, 7:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, May 4, 8:01 AM
Unknown Object (File)
Sat, May 4, 2:38 AM
Unknown Object (File)
Wed, May 1, 8:34 PM
Unknown Object (File)
Tue, Apr 30, 5:28 PM
Unknown Object (File)
Tue, Apr 30, 5:28 PM
Unknown Object (File)
Tue, Apr 30, 5:27 PM
Unknown Object (File)
Tue, Apr 30, 5:27 PM
Unknown Object (File)
Tue, Apr 30, 5:27 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
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

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.