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
F3546299: D11108.diff
Thu, Dec 26, 2:17 PM
Unknown Object (File)
Thu, Dec 5, 7:14 AM
Unknown Object (File)
Thu, Dec 5, 7:10 AM
Unknown Object (File)
Thu, Dec 5, 7:08 AM
Unknown Object (File)
Thu, Dec 5, 7:08 AM
Unknown Object (File)
Thu, Dec 5, 6:51 AM
Unknown Object (File)
Nov 13 2024, 4:10 AM
Unknown Object (File)
Nov 13 2024, 4:10 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