tbmsg
tbmsg copied to clipboard
[Symfony\Component\Debug\Exception\FatalThrowableError] Call to undefined method Illuminate\Foundation\Application::share() This call simply has to be changed to singleton i guess.
Could you please explain how I can start conversation with oneself with existing structure of the table (but before that check if there is already conversation with oneself)? Also before...
Paginate
Is it possible to add a paginate function for messages in convos and for conversations?
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...
Any plans on implementing this? Basically, if you have a conversation, I should be able to delete (set the status to 0) either a message I've sent or received so...
I am trying to retrieve a newly created convo with 'TBMsg::getUserConversations($self->id)' but no convos are being returned. I check the database and there a convo with 2 participants. participants id...