mirror of
https://github.com/friendica/friendica
synced 2025-04-23 23:50:12 +00:00
Merge remote-tracking branch 'upstream/develop' into api4
This commit is contained in:
commit
b67c10812a
272 changed files with 989 additions and 963 deletions
|
@ -30,7 +30,7 @@ use Friendica\Module\Api\Twitter\ContactEndpoint;
|
|||
*/
|
||||
class Lists extends ContactEndpoint
|
||||
{
|
||||
public static function rawContent(array $parameters = [])
|
||||
public function rawContent()
|
||||
{
|
||||
// Expected value for user_id parameter: public/user contact id
|
||||
$contact_id = filter_input(INPUT_GET, 'user_id' , FILTER_VALIDATE_INT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue