Page MenuHomePhabricator

[lib][native][web] Use connection from keyserverStore
ClosedPublic

Authored by inka on Aug 23 2023, 8:44 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 6, 5:28 PM
Unknown Object (File)
Sun, Dec 29, 11:53 AM
Unknown Object (File)
Nov 23 2024, 1:51 AM
Unknown Object (File)
Nov 21 2024, 3:38 PM
Unknown Object (File)
Nov 19 2024, 11:29 PM
Unknown Object (File)
Nov 16 2024, 9:59 PM
Unknown Object (File)
Nov 16 2024, 9:59 PM
Unknown Object (File)
Nov 16 2024, 9:59 PM
Subscribers

Details

Summary

issue: https://linear.app/comm/issue/ENG-4460/refactor-connection-field
The second step is to start using connection from keyserverStore.

Some explanations:
master-reducer: once actions have a defined way of extracting keyserver id from their arguments we will use the correct id instead of ashoatKeyserverID
about invariants:

Test Plan

ran yarn flow-all. Checked that the app works, and the "Disconnected" bar is not present when app is connected, and is present when keyserver is down.

Diff Detail

Repository
rCOMM Comm
Branch
inka/redux3
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Aug 23 2023, 9:02 AM

Thank you for all links for the invariants!

This revision is now accepted and ready to land.Aug 23 2023, 10:45 PM