Page MenuHomePhabricator

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

Authored by kamil on Sep 13 2024, 3:25 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 20, 2:57 PM
Unknown Object (File)
Sun, Oct 20, 2:57 PM
Unknown Object (File)
Sun, Oct 20, 2:57 PM
Unknown Object (File)
Mon, Oct 14, 2:29 PM
Unknown Object (File)
Oct 10 2024, 8:01 AM
Unknown Object (File)
Oct 3 2024, 6:09 PM
Unknown Object (File)
Sep 30 2024, 9:37 PM
Unknown Object (File)
Sep 27 2024, 4:38 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
Branch
publish
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
lib/types/redux-types.js
727

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.Sep 13 2024, 4:33 AM
This revision is now accepted and ready to land.Sep 13 2024, 6:02 AM
lib/types/redux-types.js
727

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