Page MenuHomePhabricator

[lib] start tracking progress of DM messages on `processDMOpsActionType` action
ClosedPublic

Authored by kamil on Fri, Aug 23, 5:38 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 18, 5:36 AM
Unknown Object (File)
Mon, Sep 16, 3:44 PM
Unknown Object (File)
Sat, Sep 14, 11:59 AM
Unknown Object (File)
Fri, Sep 13, 11:25 AM
Unknown Object (File)
Mon, Sep 9, 10:25 AM
Unknown Object (File)
Mon, Sep 9, 10:09 AM
Unknown Object (File)
Fri, Sep 6, 4:56 AM
Unknown Object (File)
Fri, Aug 30, 5:51 PM
Subscribers

Details

Summary

ENG-8423.

This is explained in code comments.

Depends on D13153

Test Plan

Check if text message has all outboundP2PMessages ids in LocalMessageInfo.

Note: This stack is tested end-to-end according to the process described here.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Fri, Aug 23, 7:26 AM
tomek added inline comments.
lib/shared/dm-ops/process-dm-ops.js
169–170 ↗(On Diff #43611)

I'm wondering if we should move this to the spec level. At least, we could have a function that takes the dm operation and returns an optional message ID for messageIDWithoutAutoRetry. But it seems we can go one step further, and more supportsAutoRetry entirely to the spec level. We would then have a coupling between supportsAutoRetry and the operation type.

This revision is now accepted and ready to land.Mon, Aug 26, 4:05 AM