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

Add A Way To Show Users Name Above Message #101

Open
brad555 opened this issue Jun 29, 2020 · 4 comments
Open

Add A Way To Show Users Name Above Message #101

brad555 opened this issue Jun 29, 2020 · 4 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@brad555
Copy link

brad555 commented Jun 29, 2020

If you have a group message, you usually see the name of the person you are talking to above their texts. Was thinking it would be nice if that feature was available. Similar to how there is an option to not show the users avatar after every message, a feature to show the users name above their many messages would be nice.

@SebastienBtr SebastienBtr added the enhancement New feature or request label Jun 30, 2020
@SebastienBtr
Copy link
Collaborator

Good idea

@peter-sg
Copy link
Contributor

I needed this as well, for a temp solution, I used the messageBuilder param in DashChat and for the MessageContainer that gets returned in that function, I used the messageTextBuilder to implement the name above the message.

@shashwatadi
Copy link

@peter-sg can you share your implementation? Thanks :)

@fayeed
Copy link
Owner

fayeed commented Aug 11, 2020

@shashwatadi You can use MessageBuilder property it's a function and you will get the ChatMessage from it & then build a custom message widget using the value from the message and return it.

@SebastienBtr SebastienBtr added the wontfix This will not be worked on label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

5 participants