Import posts from ignored contacts

This commit is contained in:
Hypolite Petovan 2018-04-27 21:08:19 -04:00
parent 66e5586d21
commit bd21fc3751
4 changed files with 4 additions and 8 deletions

View file

@ -1151,7 +1151,7 @@ class Diaspora
//}
// We don't seem to like that person
if ($contact["blocked"] || $contact["readonly"]) {
if ($contact["blocked"]) {
// Maybe blocked, don't accept.
return false;
// We are following this person?