Add server block provision to Diaspora::postAllow

2022.09-rc
Hypolite Petovan 2019-03-08 22:40:08 -05:00
rodzic d40cbdce32
commit 704cb052ca
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -1135,8 +1135,11 @@ class Diaspora
// Logger::log("defining user ".$contact["nick"]." as friend");
//}
// We don't seem to like that person
if ($contact["blocked"]) {
// Contact server is blocked
if (Network::isUrlBlocked($contact['url'])) {
return false;
// We don't seem to like that person
} elseif ($contact["blocked"]) {
// Maybe blocked, don't accept.
return false;
// We are following this person?