Page MenuHomePhabricator

[native] Implement getInboundP2PMessagesByID query in JSI
ClosedPublic

Authored by angelika on Fri, Nov 8, 7:55 AM.
Tags
None
Referenced Files
F3332205: D13899.id45737.diff
Wed, Nov 20, 11:12 PM
F3325284: D13899.id45723.diff
Wed, Nov 20, 5:44 AM
Unknown Object (File)
Mon, Nov 18, 7:18 PM
Unknown Object (File)
Mon, Nov 18, 5:57 PM
Unknown Object (File)
Mon, Nov 18, 4:06 PM
Unknown Object (File)
Mon, Nov 18, 2:02 PM
Unknown Object (File)
Mon, Nov 18, 11:56 AM
Unknown Object (File)
Mon, Nov 18, 5:53 AM
Subscribers

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil added inline comments.
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
3247–3262 ↗(On Diff #45723)

can you create an util function to de-duplicate this with code here?

Something similar to e.g. parseOneTimeKeysResult

native/schema/CommCoreModuleSchema.js
213–215 ↗(On Diff #45723)

nit: I prefer to put this closer to other P2P-related methods, e.g. line 182 but up to you. If you agree this applies to .h file it this diff too

This revision is now accepted and ready to land.Tue, Nov 12, 2:56 AM

Review changes: add parseInboundingMessages and change methods order