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

【Help】How do I get a user to always show an avatar in the chat list? #92

Open
E-sion opened this issue Apr 17, 2024 · 0 comments
Open

Comments

@E-sion
Copy link

E-sion commented Apr 17, 2024

For example, user A sends N messages, and I want her avatar to be shown in every message he sends, but right now only one avatar is shown.

I found the following setting in the text_container.dart file:

  /// If the previous message is from the same author as the current one
  final bool isPreviousSameAuthor; /// If the next message is from the same author as the current one.

  /// If the next message is from the same author as the current one
  final bool isNextSameAuthor; /// If the next message is from the same author as the current one.

This would probably do what I want, but I'm stuck here

@E-sion E-sion changed the title How do I get a user to always show an avatar in the chat list? 【Help】How do I get a user to always show an avatar in the chat list? Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant