You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: