This differential creates simple C++ class that calls platform-specific method to query for inbound keys. It is necessary have common race condition handling implementation in C++.
Details
Details
Call this function from CommCoreModule (e.x. place that gets called when updating draft) for some device ID taken from staging identity. Examine logs
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
native/android/app/src/main/java/app/comm/android/fbjni/NotificationsInboundKeysProvider.java | ||
---|---|---|
15 ↗ | (On Diff #42288) | Why return JSON with curve25519 only?
|
native/ios/Comm/NotificationsInboundKeysProvider.mm | ||
22 ↗ | (On Diff #42288) | Explanation here is the same as for Android implementation. |