Open ghost opened 8 years ago
I see the pagination issue has been touched in a previous thread. I have looked at the code. Isn't it much better to use Eloquent queries or query builder for Laravel in EloquentTBMsgRepository.php ? The Eloquent model already has a pagination system.
Yes I know, for sure. I'm currently working on version 3, that will have pagination and conversation titles :)
It is quite close to finishing. Just need to add more stuff and clean.
You can check branch"v3"
Great! Thanks.
I will check it.
Maybe I have missed this. There is no way to paginate the conversations; supposing a user has 100 conversations it is not safe to return all conversations.
Conventionally messages/threads/conversations require a title. There is no field a conversation title in the conversations table.