You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When showing message preview on chats list the sender is wrong when it's about a sent media (image, video, etc). It shows as if it was a media received instead of sent.
Base branch: develop: All new changes needs to be done using develop branch as base branch. We use develop as base for Test Flight distribution releases
Screenshot and context
The screenshot above shows the preview of an image sent but instead it shows as an Image received (sent by the contact)
Requirements
Identify the issue and fix it so it shows "You sent an image" instead of "Contact sent an image"
Fix the logic in fun getMessageText of DashboardChat to identify if it's a sent or received message and show the right preview.
Acceptance Criteria
Fix attachment message preview on chats list to show accurate information
The text was updated successfully, but these errors were encountered:
When showing message preview on chats list the sender is wrong when it's about a sent media (image, video, etc). It shows as if it was a media received instead of sent.
Base branch: develop: All new changes needs to be done using
develop
branch as base branch. We usedevelop
as base for Test Flight distribution releasesScreenshot and context
The screenshot above shows the preview of an image sent but instead it shows as an Image received (sent by the contact)
Requirements
Contact
sent an image"fun getMessageText
ofDashboardChat
to identify if it's a sent or received message and show the right preview.Acceptance Criteria
The text was updated successfully, but these errors were encountered: