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

how to clear "No Message Yet" chat #263

Closed ciamalaeaskan closed 2 years ago

ciamalaeaskan commented 3 years ago

We are using connectycube React and React-native chat system with our application. On that when we open a new chat (dialog) from our contact list and leave that without sending any message, then its showing "No message yet" on our chat history page (refer the attached screenshot). Can we have any settings option to remove that empty chat from our chat history. Can you please help on this.

Screenshot 2021-08-24 at 11 04 29 AM
DaveLomber commented 3 years ago

you can try to filter here https://github.com/ConnectyCube/connectycube-reactnative-samples/blob/master/RNChat/src/screens/main/dialogs/index.js#L122

e.g. create a Redux selector or filter all the empty dialogs

DaveLomber commented 2 years ago

A new chat sample with new push notification lib is created Please follow this MR for any issues https://github.com/ConnectyCube/connectycube-reactnative-samples/pull/296