-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream-chat-react: Redirecting to profile from user avatar in channel #2670
Labels
Comments
Hello @AGSTRANGER , this sounds like a question how to implement redirect to another URL upon clicking on an HTML element. Is my understanding correct? |
Hello not really. I needed a way to:
I managed to do this. Here's the solution in case anyone needs it: CustomChatAvatar
Then I used that here: ChatChannel
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I have implemented live chat using stream-chat-react. When the user clicks on the avatar he's talking with I need to redirect to that user's profile:
I couldn't find a way to do this in the documentation.
Here's the relevant code:
The text was updated successfully, but these errors were encountered: