HomePhabricator
Diffusion Comm ed08ed3c47d3

[lib] Allow calling message search from client

Description

[lib] Allow calling message search from client

Summary: issue: https://linear.app/comm/issue/ENG-3170/create-a-keyserver-endpoint-for-the-message-search-within-specific

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.

Reviewers: bartek, kamil, kuba, ashoat

Reviewed By: bartek, ashoat

Subscribers: ashoat, tomek, atul

Differential Revision: https://phab.comm.dev/D7652

Details

Provenance
InkaSokolowskaAuthored on May 16 2023, 1:30 AM
Reviewer
bartek
Differential Revision
D7652: [lib] Allow calling message search from client
Parents
rCOMM7e7050dee8ae: [keyserver, lib] Add message search endpoint
Branches
Unknown
Tags
Unknown