Remove the "addr" when webfinger fails
This commit is contained in:
parent
62217735f0
commit
7b70eefbb6
|
@ -295,6 +295,8 @@ class APContact
|
|||
if (!empty($data['subscribe'])) {
|
||||
$apcontact['subscribe'] = $data['subscribe'];
|
||||
}
|
||||
} else {
|
||||
$apcontact['addr'] = null;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue