Page MenuHomePhabricator

[native] remove call to setCommServicesAuthMetadata
ClosedPublic

Authored by varun on Tue, Jun 25, 2:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jun 27, 11:06 AM
Unknown Object (File)
Thu, Jun 27, 11:06 AM
Unknown Object (File)
Thu, Jun 27, 11:06 AM
Unknown Object (File)
Thu, Jun 27, 11:06 AM

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.Tue, Jun 25, 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.Thu, Jun 27, 2:25 AM