Details
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
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable