Page MenuHomePhabricator

[native] implementing getting inbound user keys in `IdentityServiceClient`
ClosedPublic

Authored by kamil on Feb 19 2024, 7:55 AM.
Tags
None
Referenced Files
F2136828: D11108.diff
Fri, Jun 28, 3:58 PM
F2136499: D11108.id.diff
Fri, Jun 28, 2:59 PM
Unknown Object (File)
Thu, Jun 27, 12:35 AM
Unknown Object (File)
Wed, Jun 26, 4:11 PM
Unknown Object (File)
Tue, Jun 25, 7:06 PM
Unknown Object (File)
Thu, Jun 13, 1:04 AM
Unknown Object (File)
Wed, Jun 12, 6:47 AM
Unknown Object (File)
May 25 2024, 10:28 PM
Subscribers

Details

Summary

Call RPC to get the keys of all devices of a given user.

Depends on D11107

Test Plan

Call method and log result

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Feb 19 2024, 9:35 AM
kamil added inline comments.
native/identity-service/identity-service-context-provider.react.js
257 ↗(On Diff #37325)

looks like we can use any device so using the first one

ashoat added inline comments.
native/identity-service/identity-service-context-provider.react.js
257 ↗(On Diff #37325)

I think we're working on updating the API here to be less confusing. cc @bartek

tomek added inline comments.
native/identity-service/identity-service-context-provider.react.js
260–261 ↗(On Diff #37325)

Can we validate these?

This revision is now accepted and ready to land.Feb 21 2024, 1:55 AM