Page MenuHomePhabricator

[lib] Add setConnectionIssueActionType
ClosedPublic

Authored by inka on Dec 11 2023, 2:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 26 2025, 3:13 AM
Unknown Object (File)
Feb 23 2025, 6:13 PM
Unknown Object (File)
Feb 22 2025, 2:09 PM
Unknown Object (File)
Feb 22 2025, 2:09 PM
Unknown Object (File)
Feb 22 2025, 2:09 PM
Unknown Object (File)
Feb 22 2025, 2:09 PM
Unknown Object (File)
Feb 22 2025, 2:09 PM
Unknown Object (File)
Feb 22 2025, 2:09 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.