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)
Fri, Apr 4, 4:15 PM
Unknown Object (File)
Fri, Apr 4, 10:27 AM
Unknown Object (File)
Fri, Apr 4, 2:59 AM
Unknown Object (File)
Thu, Apr 3, 11:23 PM
Unknown Object (File)
Thu, Apr 3, 9:50 AM
Unknown Object (File)
Feb 22 2025, 11:12 PM
Unknown Object (File)
Feb 22 2025, 11:12 PM
Unknown Object (File)
Feb 22 2025, 11:12 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