Page MenuHomePhabricator

[native] Add MessageSearchStoreOperations
ClosedPublic

Authored by inka on Jul 18 2024, 8:04 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 1:27 AM
Unknown Object (File)
Wed, Sep 4, 1:27 AM
Unknown Object (File)
Wed, Sep 4, 1:27 AM
Unknown Object (File)
Wed, Sep 4, 1:27 AM
Unknown Object (File)
Wed, Sep 4, 1:27 AM
Unknown Object (File)
Mon, Sep 2, 3:28 AM
Unknown Object (File)
Mon, Sep 2, 2:06 AM
Unknown Object (File)
Sat, Aug 31, 12:37 PM
Subscribers

Details

Summary

issue: ENG-8832

Test Plan

Tested with following diffs. Added an "add search message" operation on the js side and tested that updateMessageSearchIndex was run and no errors showed up in Metro nor in XCode console

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Jul 18 2024, 8:21 AM
native/cpp/CommonCpp/NativeModules/MessageSearchStoreOperations.h
10 ↗(On Diff #42470)

I will rename this to UpdateSearchMessagesOperation

This revision is now accepted and ready to land.Jul 19 2024, 3:27 AM
kamil added inline comments.
native/cpp/CommonCpp/NativeModules/MessageSearchStoreOperations.h
10 ↗(On Diff #42470)

probably this convention is broken in different files but we should add #include "DBOperationBase.h" src

Rename to UpdateMessageSearchIndexOperation

This revision was automatically updated to reflect the committed changes.