Remove the "addr" when webfinger fails

pull/8728/head
Michael 2020-06-04 22:08:31 +00:00
rodzic 62217735f0
commit 7b70eefbb6
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -295,6 +295,8 @@ class APContact
if (!empty($data['subscribe'])) {
$apcontact['subscribe'] = $data['subscribe'];
}
} else {
$apcontact['addr'] = null;
}
}