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

[Bug] Old Chat messages are not aligned with sender to the right #173

Open
JechtTyre opened this issue May 18, 2021 · 1 comment
Open

[Bug] Old Chat messages are not aligned with sender to the right #173

JechtTyre opened this issue May 18, 2021 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@JechtTyre
Copy link

Describe the bug

  • When you load old chat messages on DashChat, the old messages of the sender appear aligned with the messages to the left. This means chat messages of the sender's phone and messages from other people in chat all show to the left together in a column. Only newly sent messages appear aligned correctly to the right and opposite side of the screen.

To Reproduce
Steps to reproduce the behavior:

  • Store previously sent messages and reload the widget.

Expected behavior
Messages of the sender should appear aligned to the right of the sender's phone like how newly sent chat messages appear.

Screenshots
Screenshot_20210518-142043

@JechtTyre JechtTyre added the bug Something isn't working label May 18, 2021
@fayeed
Copy link
Owner

fayeed commented May 29, 2021

The way the alignment works is that I can check for the user's id with each message if the id matches it will be aligned to the right and if not to the left, so in your case, the messages might not have the correct id of something similar to this.

@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
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants