Page MenuHomePhabricator

[native] introduce resetting Outbound P2P Messages to `CommCoreModule`
ClosedPublic

Authored by kamil on Aug 8 2024, 4:26 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 7, 1:47 PM
Unknown Object (File)
Sat, Sep 7, 11:37 AM
Unknown Object (File)
Sat, Sep 7, 11:36 AM
Unknown Object (File)
Sat, Sep 7, 6:20 AM
Unknown Object (File)
Thu, Sep 5, 1:30 AM
Unknown Object (File)
Tue, Sep 3, 2:59 AM
Unknown Object (File)
Mon, Sep 2, 3:49 PM
Unknown Object (File)
Sun, Sep 1, 11:59 PM
Subscribers

Details

Summary

The code on native to interface with search API using JSI.

Depends on D13029

Test Plan

Tested in D13032

Diff Detail

Repository
rCOMM Comm
Branch
resending-2
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 8 2024, 5:30 AM
kamil edited the test plan for this revision. (Show Details)
tomek added inline comments.
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
2885–2892

We're doing something similar in a lot of places. Might be a good idea to introduce some utils for std collections <-> jsi collections conversions. (But we shouldn't prioritize it soon)

This revision is now accepted and ready to land.Aug 12 2024, 1:17 AM
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
2885–2892