SebastienBtr/Dash-Chat-2

Sent messages are same as receives ones in ui

Closed this issue · 1 comments

Hi, thank you for great package. But I have a problem

image

I have this code. But in ui sent and received messages are in same alignmet. They have different id, different image. But it's not looking like as I sent message

photo_2023-07-27 15 27 24

Why my messages are not going to right?
On the image above, "N O T" is me

Hey,

The logic to show the messages on the right side is done by comparing the message's user ID with the currentUser field's id.

You can run the example project to play around.

Let me know if you're stuck and cannot fix your issue