mirror of
https://github.com/pierre42100/ComunicAPI
synced 2024-11-23 13:59:29 +00:00
Friends are not "active", they are "accepted"
This commit is contained in:
parent
61942e34c4
commit
c219dc94e3
@ -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"]
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user