Page MenuHomePhabricator

[native] remove call to setCommServicesAuthMetadata
ClosedPublic

Authored by varun on Jun 25 2024, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 11, 7:09 PM
Unknown Object (File)
Mon, Nov 11, 2:18 PM
Unknown Object (File)
Mon, Nov 11, 12:54 PM
Unknown Object (File)
Mon, Nov 11, 3:24 AM
Unknown Object (File)
Sat, Oct 26, 10:35 AM
Unknown Object (File)
Oct 10 2024, 11:06 PM
Unknown Object (File)
Oct 10 2024, 11:06 PM
Unknown Object (File)
Oct 10 2024, 11:06 PM

Details

Summary

we don't need this call anymore. processAuthResult in identity-service-context-provider.react.js handles calling setCommServicesAuthMetadata.

Test Plan

tested backup upload and restore protocol, both were successful

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

varun requested review of this revision.Jun 25 2024, 3:20 PM
kamil added a subscriber: bartek.

One note here:
This code was allowing us to test backup also on prod, which helped us catch some bugs, and that's why we kept it even if identity-service-context-provider.react.js was capable of doing that - but since the backup is now authenticated I think we can remove this (D12508, cc. @bartek).

This revision is now accepted and ready to land.Jun 27 2024, 2:25 AM