Page MenuHomePhabricator

[keyserver] Remove unused params in validation functions
ClosedPublic

Authored by michal on Sep 12 2023, 5:12 AM.
Tags
None
Referenced Files
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
Unknown Object (File)
Mar 3 2024, 8:46 AM
Unknown Object (File)
Feb 24 2024, 11:34 PM
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
Lint Not Applicable
Unit
Tests Not Applicable