mirror of
https://github.com/friendica/friendica
synced 2025-04-26 13:50:11 +00:00
Fix: Forum posts from some contacts weren't distributed
This commit is contained in:
parent
1fc7d5ae85
commit
53e8b21ca3
3 changed files with 4 additions and 6 deletions
|
@ -65,7 +65,7 @@ class Feed extends BaseModule
|
|||
throw new HTTPException\NotFoundException($this->t('User not found.'));
|
||||
}
|
||||
|
||||
if ($owner['blocked'] || $owner['hidewall']) {
|
||||
if ($owner['blocked']) {
|
||||
throw new HTTPException\UnauthorizedException($this->t('Access to this profile has been restricted.'));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue