Skip to content
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

Question: How to display last reply message in channel inner? #2591

Closed
vihan85 opened this issue Dec 23, 2024 · 2 comments
Closed

Question: How to display last reply message in channel inner? #2591

vihan85 opened this issue Dec 23, 2024 · 2 comments
Labels
question Support request

Comments

@vihan85
Copy link

vihan85 commented Dec 23, 2024

Describe

I’d like to display the last message reply at the location shown in the attached image, but I couldn’t find any relevant guidance in your documentation. Could you please help me with this?

Screenshots
Screenshot 2024-12-23 at 13 47 05

Package version

stream-chat-react: ^12.6.0
stream-chat-css:^5.4.0
stream-chat: ^8.40.9

@vihan85 vihan85 added bug Something isn't working status: unconfirmed labels Dec 23, 2024
@myandrienko myandrienko added question Support request and removed bug Something isn't working status: unconfirmed labels Dec 23, 2024
@MartinCupela
Copy link
Contributor

Hello @vihan85 ,

you would have to provide a custom Message component to Channel props. The current message UI component does not count with markdown in that space: https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageSimple.tsx

@vihan85
Copy link
Author

vihan85 commented Jan 22, 2025

Hello @vihan85 ,

you would have to provide a custom Message component to Channel props. The current message UI component does not count with markdown in that space: https://github.com/GetStream/stream-chat-react/blob/master/src/components/Message/MessageSimple.tsx

Hi @MartinCupela

I can not get the last message reply in custom Message component, can you help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Support request
Projects
None yet
Development

No branches or pull requests

3 participants