mirror of
https://github.com/friendica/friendica
synced 2025-05-09 19:44:10 +02:00
Import posts from ignored contacts
This commit is contained in:
parent
66e5586d21
commit
bd21fc3751
4 changed files with 4 additions and 8 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue