mirror of
				https://github.com/pierre42100/ComunicAPI
				synced 2025-10-30 17:54:59 +00:00 
			
		
		
		
	Friends are not "active", they are "accepted"
This commit is contained in:
		| @@ -48,7 +48,7 @@ class friends { | ||||
| 		foreach($results as $process){ | ||||
| 			$friendsList[] = array( | ||||
| 				"ID_friend" => $process["ID_amis"], | ||||
| 				"active" => $process["actif"], | ||||
| 				"accepted" => $process["actif"], | ||||
| 				"following" => $process["abonnement"], | ||||
| 				"time_last_activity" => $process["last_activity"] | ||||
| 			); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Pierre
					Pierre