chat
chat copied to clipboard
How do i get non-direct conversations?
$conversations = Chat::conversations()->isDirect(false)->conversation->all();
returns me all conversations,even the ones with "direct_message" => 1
Thanks for your time