Page MenuHomePhabricator

[lib] Move `WebInitialReduxStateResponse` to `lib`
ClosedPublic

Authored by atul on Jan 31 2024, 11:09 AM.
Tags
None
Referenced Files
F2166018: D10895.diff
Tue, Jul 2, 3:07 AM
Unknown Object (File)
Sun, Jun 30, 1:04 AM
Unknown Object (File)
Fri, Jun 21, 3:01 AM
Unknown Object (File)
Apr 8 2024, 3:23 PM
Unknown Object (File)
Apr 8 2024, 3:07 PM
Unknown Object (File)
Mar 12 2024, 1:59 AM
Unknown Object (File)
Mar 10 2024, 5:18 PM
Unknown Object (File)
Mar 2 2024, 8:32 PM
Subscribers

Details

Summary

Move WebInitialReduxStateResponse (and WebInitialKeyserverInfo) to lib.

We will then:

  1. Split into Client and Server variants
  2. Make the client one take ThreadStore and server can take LegacyThreadStore

Depends on D10894

Test Plan

CI + flow + close reading of changes. Used IDE Refactor -> Move tool to make this change.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lib/types/redux-types.js
3–12 ↗(On Diff #36434)

Dang, we have import reordering again, not sure how this is happening.

lib/types/redux-types.js
3–12 ↗(On Diff #36434)

Guess it wasn't format on save like I thought, IDE automatically sorts these when using the Refactor -> Move tool... will undo changes manually.

atul published this revision for review.Jan 31 2024, 11:36 AM
This revision is now accepted and ready to land.Jan 31 2024, 12:20 PM