Page MenuHomePhabricator

[lib] Allow calling message search from client
ClosedPublic

Authored by inka on Apr 27 2023, 6:23 AM.
Tags
None
Referenced Files
F2334735: D7652.diff
Fri, Jul 26, 6:54 PM
Unknown Object (File)
Sun, Jul 21, 1:05 PM
Unknown Object (File)
Sun, Jul 14, 6:31 AM
Unknown Object (File)
Tue, Jul 9, 7:19 PM
Unknown Object (File)
Sat, Jul 6, 2:45 PM
Unknown Object (File)
Mon, Jul 1, 8:57 AM
Unknown Object (File)
Mon, Jul 1, 8:57 AM
Unknown Object (File)
Mon, Jul 1, 8:57 AM
Subscribers

Details

Summary
Test Plan

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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

inka requested review of this revision.Apr 27 2023, 6:41 AM
This revision is now accepted and ready to land.Apr 27 2023, 12:44 PM

Changes due to changes in previous diffs