Expose the function through JSI so that it can be used on native clients.
https://linear.app/comm/issue/ENG-8701/create-c-functions-that-fetch-a-subset-of-messages
Depends on D13140
Paths
| Differential D13141 Authored by tomek on Aug 22 2024, 10:40 AM.
Details Summary Expose the function through JSI so that it can be used on native clients. https://linear.app/comm/issue/ENG-8701/create-c-functions-that-fetch-a-subset-of-messages Depends on D13140 Test Plan Tested this later in the stack by creating a thick thread on native, with 100 messages, closing and reopening the app, and scrolling up - verified that all the messages were eventually shown.
Diff Detail
Event TimelineHerald added a subscriber: ashoat. · View Herald TranscriptAug 22 2024, 10:40 AM2024-08-22 10:40:32 (UTC-7) Harbormaster returned this revision to the author for changes because remote builds failed.Aug 22 2024, 11:04 AM2024-08-22 11:04:57 (UTC-7) Harbormaster completed remote builds in B31225: Diff 43598.Aug 23 2024, 4:11 AM2024-08-23 04:11:26 (UTC-7) Comment Actions Please update the test plan, accepting it because it looks like it was tested later in the stack This revision is now accepted and ready to land.Aug 26 2024, 2:49 AM2024-08-26 02:49:38 (UTC-7) tomek edited the test plan for this revision. (Show Details)Aug 27 2024, 4:48 AM2024-08-27 04:48:30 (UTC-7) Closed by commit rCOMM3a23e30a4fc0: [native] Expose messages fetching function through JSI (authored by tomek). · Explain WhyAug 27 2024, 8:02 AM2024-08-27 08:02:07 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 43592 native/cpp/CommonCpp/NativeModules/CommCoreModule.h
native/cpp/CommonCpp/NativeModules/CommCoreModule.cpp
native/cpp/CommonCpp/_generated/commJSI-generated.cpp
native/cpp/CommonCpp/_generated/commJSI.h
|