Page MenuHomePhabricator

[lib, web] Use sessionId from keyserverStore
ClosedPublic

Authored by inka on Jul 27 2023, 8:16 AM.
Tags
None
Referenced Files
F3386409: D8645.diff
Fri, Nov 29, 4:34 AM
Unknown Object (File)
Sat, Nov 23, 9:54 AM
Unknown Object (File)
Fri, Nov 1, 7:37 AM
Unknown Object (File)
Oct 11 2024, 10:30 PM
Unknown Object (File)
Oct 9 2024, 3:31 PM
Unknown Object (File)
Oct 5 2024, 6:25 AM
Unknown Object (File)
Oct 4 2024, 9:24 PM
Unknown Object (File)
Oct 4 2024, 8:15 AM
Subscribers

Details

Summary

issue: https://linear.app/comm/issue/ENG-4457/refactor-sessionid-field
Start reducing sessionID in keyserverStore and using it in places where we were using sessionID redux field.

Test Plan

Ran yarn flow-all. Checked that sessionID field in keyserverStore has the same value as sessionID redux field when user loges out,
logs in.

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

inka requested review of this revision.Jul 27 2023, 8:34 AM
This revision is now accepted and ready to land.Jul 28 2023, 8:13 AM
web/redux/redux-setup.js
154–163 ↗(On Diff #29139)

You can do this all in one declaration

This revision was automatically updated to reflect the committed changes.