Finish Notifications -> Conversation
This commit is contained in:
@@ -55,4 +55,11 @@ class DynamicLoadController extends Controller
|
||||
|
||||
return response()->json( ['success' => true] );
|
||||
}
|
||||
|
||||
public function getConversations( Request $request ){
|
||||
$service = app(XenforoApiService::class);
|
||||
$data = $service->getConversations(\Auth::user()->user_id);
|
||||
|
||||
return response()->json( $data );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user