ConnectyCube / android-messenger-app

Chat and voice / video calling app using ConnectyCube
https://connectycube.com
Apache License 2.0
51 stars 23 forks source link

Messages Missing in Chat screen #91

Closed jddeep closed 3 years ago

jddeep commented 3 years ago

Is there a limit of messages which are shown on the chat screen after certain number limit?

jddeep commented 3 years ago

@TatankaConCube Please take a look

TatankaConCube commented 3 years ago

No, we don't have any limits for the chat history. Please add more details about your issue. Which is the actual result and what is the expected result.

jddeep commented 3 years ago

So in the ConnectyCube dashboard for a chat dialog we can see there are around 50 chat messages..but in app in the chat message screen only last 20 comes. The numbers I have taken are just to show example but something like this is happening even after clear data and login.

jddeep commented 3 years ago

@TatankaConCube

TatankaConCube commented 3 years ago

can you please provide the logs with the scrolling the messages list. According to the code, there should be pagination logic and during scroll, the app should load messages by pages 20 items per page.

jddeep commented 3 years ago

is there a page limit set anywhere in the code? @TatankaConCube

TatankaConCube commented 3 years ago

sure, you can found it in code there