Page MenuHomePhabricator

[lib] Add setConnectionIssueActionType
ClosedPublic

Authored by inka on Dec 11 2023, 2:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 22, 6:10 AM
Unknown Object (File)
Sun, Sep 22, 4:37 AM
Unknown Object (File)
Sun, Sep 22, 1:27 AM
Unknown Object (File)
Sep 5 2024, 12:20 PM
Unknown Object (File)
Sep 5 2024, 12:20 PM
Unknown Object (File)
Sep 5 2024, 12:20 PM
Unknown Object (File)
Sep 5 2024, 12:20 PM
Unknown Object (File)
Sep 5 2024, 12:20 PM
Subscribers

Details

Summary

issue: https://linear.app/comm/issue/ENG-5990/add-setconnectionissue-action
This is an action used to set connectionIssue field.

Test Plan

Dispatched the action, checked that the connectionIssue is set in the keyserver store.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Dec 11 2023, 2:37 AM
lib/types/redux-types.js
1243 ↗(On Diff #34469)

Make the object read-only please!

please make sure to address @ashoat's comment before landing

This revision is now accepted and ready to land.Dec 14 2023, 9:32 AM

Make possible to set connectionIssue to null / undefined

This revision was automatically updated to reflect the committed changes.