Page MenuHomePhabricator

[web] implementing getting outbound user keys in `IdentityServiceClient`
ClosedPublic

Authored by kamil on Jan 22 2024, 2:18 AM.
Tags
None
Referenced Files
F2213461: D10749.id36231.diff
Mon, Jul 8, 1:07 PM
F2213433: D10749.id36209.diff
Mon, Jul 8, 12:57 PM
F2213326: D10749.id35904.diff
Mon, Jul 8, 12:45 PM
Unknown Object (File)
Fri, Jul 5, 9:42 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:38 AM
Unknown Object (File)
Mon, Jul 1, 11:37 AM
Subscribers

Details

Summary

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

This approach is different, we want to:

  1. Return all user devices
  2. Return valid user keys even though one device has for example missing one-time keys

    Depends on D10748
Test Plan

Call method and log result

Diff Detail

Repository
rCOMM Comm
Branch
publish-web-outbound
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Jan 22 2024, 4:37 AM
tomek added inline comments.
web/grpc/identity-service-client-wrapper.js
141

Shouldn't we check if it is an array?

187

Shouldn't we check the type of deviceID?

This revision is now accepted and ready to land.Jan 22 2024, 8:11 AM
This revision was landed with ongoing or failed builds.Jan 29 2024, 2:00 AM
This revision was automatically updated to reflect the committed changes.