Page MenuHomePhabricator

[native][web] implementing uploading one-time keys in `IdentityServiceClient`
ClosedPublic

Authored by kamil on Feb 19 2024, 8:12 AM.
Tags
None
Referenced Files
F2132945: D11109.id37328.diff
Fri, Jun 28, 1:09 AM
Unknown Object (File)
Fri, Jun 21, 8:48 PM
Unknown Object (File)
Wed, Jun 19, 4:53 PM
Unknown Object (File)
Thu, Jun 13, 12:41 AM
Unknown Object (File)
Tue, Jun 11, 1:24 PM
Unknown Object (File)
May 25 2024, 10:28 PM
Unknown Object (File)
May 25 2024, 10:28 PM
Unknown Object (File)
May 25 2024, 10:28 PM
Subscribers

Details

Summary

Call RPC to upload keys to Identity.

Depends on D11108

Test Plan

Call this method and check in staging DDB that one-time key was uploaded.

await identityClient.uploadOneTimeKeys({
        contentOneTimeKeys: ['test1'],
        notificationsOneTimeKeys: ['test2'],
      })

Screenshot 2024-02-19 at 13.08.59.png (1×1 px, 283 KB)

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:36 AM

Is marking as published handled separately?

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

Is marking as published handled separately?

Yes, in D11109

I think you linked the wrong diff (you linked this one)

I think you linked the wrong diff (you linked this one)

ahh right - D11119