Page MenuHomePhabricator

[web/keyserver] make InitialReduxStateResponder configurable
ClosedPublic

Authored by kamil on Nov 22 2023, 4:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 7:54 AM
Unknown Object (File)
Wed, Nov 6, 7:54 AM
Unknown Object (File)
Wed, Nov 6, 7:54 AM
Unknown Object (File)
Wed, Nov 6, 7:53 AM
Unknown Object (File)
Sep 28 2024, 9:02 PM
Unknown Object (File)
Sep 28 2024, 9:02 PM
Unknown Object (File)
Sep 28 2024, 9:01 PM
Unknown Object (File)
Sep 28 2024, 8:55 PM
Subscribers

Details

Summary

The purpose is to start rely on data in DB.
This change is allow endpoint to return only needed data, avoid fetching data persisted in DB.

This is safe for old clients, as this endpoint is only called after refresh/initial load, and those two things are equal with getting the newest version of the webapp.

This is only about changing endpoint, actual excluding data is implemented later in the stack.

Depends on D9948

Test Plan

Check if app still loads after refresh

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable