ConnectyCube / connectycube-reactnative-samples

Chat and Video Chat code samples for React Native, ConnectyCube
https://connectycube.com
Apache License 2.0
125 stars 111 forks source link

search functionality for private chat. #75

Closed KadambariN closed 2 years ago

KadambariN commented 4 years ago

Does search functionality work for private chat. Request -> https://api.connectycube.com/chat/search.json {"data": {"chat_dialog_ids": "here I am sending dialog id (only one)", "search_text": "Hello"}, "type": "GET", "url": "https://api.connectycube.com/chat/search.json"}

Response -> {"dialogs": [], "messages": [], "users": []} I am getting this response for private chat i.e. empty response and for group chat search is working fine.

ccvlad commented 2 years ago

Closed due to inactivity. Please create a new issue if needed.