Page MenuHomePhabricator

[keyserver] Remove unused params in validation functions
ClosedPublic

Authored by michal on Sep 12 2023, 5:12 AM.
Tags
None
Referenced Files
F1801010: D9146.diff
Mon, May 20, 7:13 AM
Unknown Object (File)
Sat, May 18, 8:20 PM
Unknown Object (File)
Tue, May 7, 8:32 AM
Unknown Object (File)
Apr 5 2024, 10:10 PM
Unknown Object (File)
Apr 5 2024, 10:02 AM
Unknown Object (File)
Apr 5 2024, 10:02 AM
Unknown Object (File)
Apr 5 2024, 10:01 AM
Unknown Object (File)
Apr 5 2024, 9:55 AM
Subscribers

Details

Summary

Depends on D9145

After the previous diff we can remove these "special case" parameters from validation functions. They were used only in website-responders. They were added because in website-responders the viewer can have old platformDetails while we now that after this request they will have the newest version (because we are serving it). So in this case we wanted to force the id conversion. But now the platform details are correctly updated during the call to redux-state-responders.

Test Plan

yarn flow-all

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage