We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 = [$model1, $model2]; $conversations = Chat::conversations()->common($participants);
Expected behavior Return a list of conversations between $model1 and $model2.
$model1
$model2
Additional context The between() method could be used for this, however, that method only works for 2 models and conversations that are private.
between()
The text was updated successfully, but these errors were encountered:
@mooxnl it was removed
Sorry, something went wrong.
No branches or pull requests
According to the documentation, you can Get common conversations among participants using:
But that method doesn't exist.
Steps to reproduce the behavior:
Expected behavior
Return a list of conversations between
$model1
and$model2
.Additional context
The
between()
method could be used for this, however, that method only works for 2 models and conversations that are private.The text was updated successfully, but these errors were encountered: