Details
called
dispatchActionPromise( searchMessagesActionTypes, this.props.searchMessages({ threadID: inputThreadInfo.id, query: messageInfo.text, }), );
from input-state-container, checked with redux tools that start/success actions for message search appear, and that the success action has a correct payload containing the search results.
Diff Detail
- Repository
- rCOMM Comm
- Branch
- inka/search_backend
- Lint
No Lint Coverage - Unit
No Test Coverage
It might look uncommon to have interface declaration and implementation next to each other in a single file but in fact we don't need to expose CommServicesAuthMetadataIOSWrapper. If we want to call sendAuthMetadataToJS from Objective - C we can use the common C++ API so let's avoid creating unnecessary files and duplication the same API.