-
Notifications
You must be signed in to change notification settings - Fork 21
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
TW-2169 added avatar and name for sender messages in web #2177
Conversation
This PR has been deployed to https://linagora.github.io/twake-on-matrix/2177 |
lib/pages/chat/events/message/message_content_with_timestamp_builder.dart
Outdated
Show resolved
Hide resolved
can you write widget test for this? |
ba7a6e9
to
a99bec9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested on Mobile, Web including responsive. LGTM
yeah, try to write test |
3037c47
to
160b24a
Compare
The widget test I added passes, but flutter analyze fails because the generated mock for User has an invalid implementation of the operator ==. It uses a parameter of type dynamic instead of Object
|
Merged in SDK, please rebase and squash commits we will review again |
bc3fe59
to
6cbdae8
Compare
Ticket
Impact description
Added avatar and username for sent messages/images inside a chat
Test recommendations
Recommendations for how to test this, or anything else you are worried about?
Pre-merge
Resolved
Attach screenshots or videos demonstrating the changes