Update SendMultimediaMessageRequest to handle "new" payload option which takes list of MediaMessageServerDBContent instead of a list of strings.
Depends on D5060
Paths
| Differential D5061 Authored by atul on Sep 5 2022, 9:42 PM.
Tags None Referenced Files
Details Summary Update SendMultimediaMessageRequest to handle "new" payload option which takes list of MediaMessageServerDBContent instead of a list of strings. Depends on D5060 Test Plan NA, no functional changes but addresses a flow issue in subsequent diff
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptSep 5 2022, 9:42 PM2022-09-05 21:42:27 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Sep 5 2022, 9:44 PM2022-09-05 21:44:55 (UTC-7) Harbormaster completed remote builds in B11901: Diff 16344.Sep 5 2022, 9:57 PM2022-09-05 21:57:12 (UTC-7) This revision is now accepted and ready to land.Sep 8 2022, 8:10 AM2022-09-08 08:10:04 (UTC-7) Comment Actions Ah I see what happened, I introduced an invariant in this diff to appease flow... and was going to handle things correctly in the next diff. But it looks like I missed the git rebase --continue and amended the same diff. Modified this diff to reflect Diff 2: 16344 which is what I intended this diff to be. Harbormaster completed remote builds in B12025: Diff 16521.Sep 8 2022, 2:14 PM2022-09-08 14:14:35 (UTC-7) Closed by commit rCOMMdbb173686a65: [lib] Update `SendMultimediaMessageRequest` type (authored by atul). · Explain WhySep 8 2022, 2:18 PM2022-09-08 14:18:23 (UTC-7) This revision was automatically updated to reflect the committed changes. tomek added inline comments.
This revision is now accepted and ready to land.Sep 9 2022, 2:32 AM2022-09-09 02:32:58 (UTC-7) Harbormaster completed remote builds in B12037: Diff 16535.Sep 9 2022, 2:42 AM2022-09-09 02:42:38 (UTC-7) This revision is now accepted and ready to land.Sep 9 2022, 2:48 AM2022-09-09 02:48:26 (UTC-7) Closed by commit rCOMMf5be8adfb117: [lib] Update `SendMultimediaMessageRequest` type (authored by atul). · Explain WhySep 9 2022, 2:50 AM2022-09-09 02:50:21 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 16345 keyserver/src/responders/message-responders.js
lib/types/message-types.js
|
Is your editor auto formatter maybe adding these newlines? Feel free to disregard if intentional, but noticed these D9682 as well.