mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Change FollowRequest to return the user ID so is compatible with POST endpoint
This commit is contained in:
parent
90717b602e
commit
637b6f5a17
1 changed files with 0 additions and 2 deletions
|
@ -43,7 +43,5 @@ class FollowRequest extends Account
|
||||||
public function __construct(BaseURL $baseUrl, int $introduction_id, array $account)
|
public function __construct(BaseURL $baseUrl, int $introduction_id, array $account)
|
||||||
{
|
{
|
||||||
parent::__construct($baseUrl, $account, new Fields());
|
parent::__construct($baseUrl, $account, new Fields());
|
||||||
|
|
||||||
$this->id = $introduction_id;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue