talk icon indicating copy to clipboard operation
talk copied to clipboard

user one id not match with auth id

Open nad33mahm3d opened this issue 5 years ago • 2 comments

Issue in talk/src/Conversations/ConversationRepository.php

Line 107 $conversationWith = ($thread->userone->id == $user) ? $thread->usertwo : $thread->userone;

nad33mahm3d avatar Aug 14 '18 01:08 nad33mahm3d

$thread->userone->id need to be $thread->user_one

nad33mahm3d avatar Aug 14 '18 01:08 nad33mahm3d

userone is a relation with user and user_one is treads column name

nahid avatar Nov 01 '18 10:11 nahid