Page MenuHomePhabricator

[keyserver] Convert websocket input
ClosedPublic

Authored by michal on May 9 2023, 1:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 8:32 AM
Unknown Object (File)
Thu, Apr 11, 6:11 AM
Unknown Object (File)
Fri, Apr 5, 4:59 AM
Unknown Object (File)
Fri, Apr 5, 4:59 AM
Unknown Object (File)
Fri, Apr 5, 4:58 AM
Unknown Object (File)
Fri, Apr 5, 4:38 AM
Unknown Object (File)
Mar 1 2024, 6:46 AM
Unknown Object (File)
Feb 19 2024, 4:05 PM
Subscribers

Details

Summary

Changes the websocket validation logic to convert the ids (after enabling the flag).

Depends D7749

Test Plan

Check if any of the input validators needed to be updated to mark the IDs (they were all using validators which have been marked in previous diffs).
Check if web and ios app work fine, and there aren't any errors.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

michal requested review of this revision.May 9 2023, 2:01 AM
tomek requested changes to this revision.May 10 2023, 1:09 AM

Are you sure this is correct? Shouldn't we also convert a response from the server?

This revision now requires changes to proceed.May 10 2023, 1:09 AM

Are you sure this is correct? Shouldn't we also convert a response from the server?

If I'm not misunderstanding, the responses are validated in D7749.

This revision is now accepted and ready to land.May 15 2023, 2:04 AM