mooxnl

Results 3 issues of mooxnl

According to the documentation, you can **Get common conversations among participants** using: ``` $conversations = Chat::conversations()->common($participants); ``` But that method doesn't exist. **Steps to reproduce the behavior:** ``` $participants =...

I'm trying to retrieve a list of all the `Models` (participants) that a certain `Model` ever had a conversation with. My chat screen has 3 columns: 1. list of contacts...

I got everything working, except when I enable the `'web'` middleware (to support sessions) I get this error: `Attempt to read property "only" on string` See: Here, the variable `$middleware`...