Page MenuHomePhabricator

Return single curve25519 string from NotificationsInboundKeysProvider
ClosedPublic

Authored by marcin on Aug 26 2024, 4:58 AM.
Tags
None
Referenced Files
F3007253: D13165.id43861.diff
Fri, Oct 18, 7:20 PM
Unknown Object (File)
Mon, Oct 7, 8:10 PM
Unknown Object (File)
Thu, Sep 26, 8:06 AM
Unknown Object (File)
Wed, Sep 25, 3:08 PM
Unknown Object (File)
Sat, Sep 21, 6:18 PM
Unknown Object (File)
Sep 18 2024, 2:53 AM
Unknown Object (File)
Sep 14 2024, 4:07 PM
Unknown Object (File)
Sep 14 2024, 12:01 PM
Subscribers

Details

Summary

This differential returns only curve25519 key string from native code and creates JSON in C++ with folly instead of creating JSON in native code. The rieason for this change is that we saw issues with the content of the JSON returned from Java - Android app was unable to create session as inbound since sender identity key was corrupted. This change fixed the issue.

Test Plan
  1. Before this diff creating notifs session with Android device as inboud would fail each (> 90%) of the times.
  2. After this diff it always works.

Diff Detail

Repository
rCOMM Comm
Branch
marcin/eng-8284-new-tmp
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Aug 28 2024, 9:41 AM