mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:42:53 +00:00
Some more comments added
This commit is contained in:
parent
eaf4bc6d4f
commit
a9e1847afd
2 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,7 @@ class FollowersList extends ContactEndpoint
|
|||
'default' => 1,
|
||||
]]);
|
||||
|
||||
// @todo Use Model\Contact\Relation::listFollowers($cid, $condition, $count);
|
||||
|
||||
System::jsonExit(self::list(
|
||||
[Contact::FOLLOWER, Contact::FRIEND],
|
||||
|
|
|
@ -50,6 +50,8 @@ class Lists extends ContactEndpoint
|
|||
'default' => 1,
|
||||
]]);
|
||||
|
||||
// @todo Use Model\Contact\Relation::listFollows($cid, $condition, $count);
|
||||
|
||||
System::jsonExit(self::list(
|
||||
[Contact::SHARING, Contact::FRIEND],
|
||||
self::getUid($contact_id, $screen_name),
|
||||
|
|
Loading…
Reference in a new issue