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

After clear chat history for specific user then apply search for the same that time search is giving result for text which is already deleted by clear chat #77

Closed yogitaV-dev closed 2 years ago

yogitaV-dev commented 4 years ago

ConnectyCube.chat.message .delete(messagesIds, params) .then(result => { // alert("deleted message" + result) }) .catch(error => { alert("error-" + JSON.stringify(error)) });

after applying this all chat item cleared then applying for the search it shows result for deleted text

searchData = await ConnectyCube.chat.search(params);
ccvlad commented 2 years ago

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