API: added account related endpoints
This commit is contained in:
@@ -81,6 +81,10 @@ class Following extends BaseApi
|
||||
}
|
||||
DBA::close($followers);
|
||||
|
||||
if (!empty($min_id)) {
|
||||
array_reverse($accounts);
|
||||
}
|
||||
|
||||
System::jsonExit($accounts);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user