mirror of
https://github.com/friendica/friendica
synced 2025-04-30 21:44:22 +02:00
Account for missing contact in dfrn_request_post
- Address https://github.com/friendica/friendica/issues/9250#issuecomment-743407998
This commit is contained in:
parent
8f10cf8e53
commit
61aa4efa89
2 changed files with 2 additions and 2 deletions
|
@ -258,7 +258,7 @@ class Probe
|
|||
* @return string profile link
|
||||
* @throws HTTPException\InternalServerErrorException
|
||||
*/
|
||||
public static function webfingerDfrn($webbie, &$hcard_url)
|
||||
public static function webfingerDfrn(string $webbie, string &$hcard_url)
|
||||
{
|
||||
$profile_link = '';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue