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
F2157358: D11108.diff
Mon, Jul 1, 1:41 AM
Unknown Object (File)
Fri, Jun 28, 3:58 PM
Unknown Object (File)
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
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
Branch
olm-web-4
Lint
No Lint Coverage
Unit
No Test Coverage

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

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

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

Can we validate these?

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