twilio / twilio-conversations-demo-react

Twilio Conversations Demo Web Application
MIT License
97 stars 309 forks source link

older messages are append bottom instead of top #65

Open shankaranand001 opened 1 year ago

shankaranand001 commented 1 year ago

while open the conversation details with messages, default load the 30 recent messages, while scroll up older messages came, but these older messages append to bottom instead of top. can you please help, thank you.

berkus commented 1 year ago

Yeah that part is a bit broken still, we will look at it at some point.

kouloughli-hemza commented 1 year ago

same problem , is there a way to fix this ?

berkus commented 1 year ago

Yeah, should change the way loaded messages are populated. This shall be easier with our new ChatLog components.

You can investigate around here yourself, we will probably only get to this later.

kouloughli-hemza commented 1 year ago

I will investigate that , Thank you