Page MenuHomePhabricator

[native] Implement getInboundP2PMessagesByID query in JSI
ClosedPublic

Authored by angelika on Fri, Nov 8, 7:55 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 26, 7:21 PM
Unknown Object (File)
Mon, Nov 25, 7:55 PM
Unknown Object (File)
Mon, Nov 25, 4:25 PM
Unknown Object (File)
Sun, Nov 24, 9:02 PM
Unknown Object (File)
Sun, Nov 24, 8:56 PM
Unknown Object (File)
Sat, Nov 23, 1:37 AM
Unknown Object (File)
Thu, Nov 21, 9:40 PM
Unknown Object (File)
Thu, Nov 21, 9:58 AM
Subscribers

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil added inline comments.
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
3247–3262

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

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