Fix: Forum posts from some contacts weren't distributed
This commit is contained in:
committed by
Hypolite Petovan
parent
0c8e0a033d
commit
24208ef125
@@ -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.'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user