chatengine-io / react-chat-engine

React component for a cheap and easy chat API
137 stars 35 forks source link

How can I filter the users? #166

Open avishak96 opened 1 year ago

avishak96 commented 1 year ago

I'm currently using the PrettyChatWindow component and I'm trying to figure out how to filter out users. I already have an array of users that I want to show up. On chatgpt, it's telling me to add a filter prop but I'm not sure if this component supports it? I don't see anything in the docs. help. thanks.