Page MenuHomePhabricator

[lib] handle failed P2P messages when sending composable DM message
ClosedPublic

Authored by kamil on Fri, Sep 13, 3:25 AM.
Tags
None
Referenced Files
F2748443: D13322.id44129.diff
Wed, Sep 18, 10:23 AM
Unknown Object (File)
Tue, Sep 17, 3:48 PM
Unknown Object (File)
Tue, Sep 17, 9:39 AM
Unknown Object (File)
Sun, Sep 15, 6:49 PM
Unknown Object (File)
Fri, Sep 13, 11:36 AM
Unknown Object (File)
Fri, Sep 13, 10:20 AM
Unknown Object (File)
Fri, Sep 13, 8:44 AM
Unknown Object (File)
Fri, Sep 13, 8:43 AM
Subscribers

Details

Summary

ENG-8424.

Previously, it was implemented on sendDMActionTypes.success, but this was overcomplicated and will be removed.

Depends on D13321

Test Plan

Test dispatching action and make sure field is properly set.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
lib/types/redux-types.js
727 ↗(On Diff #44128)

Here @ashoat suggested a different name, but I think it's readable enough because we use Outbound P2P messages only for thick thread DMs, but I can rename it, not feeling strongly

kamil published this revision for review.Fri, Sep 13, 4:33 AM
This revision is now accepted and ready to land.Fri, Sep 13, 6:02 AM
lib/types/redux-types.js
727 ↗(On Diff #44128)

I think adding "P2P" here is sufficient to avoid confusion :)