]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Feed.php
Decouple conversation creation from rendering
[friendica.git] / src / Module / Feed.php
index 654b8a4e9d4fcb62e99ab04aa68faa05e85a89f4..6d291198dcd09627e6fa60e984350c22ef38bc1b 100644 (file)
@@ -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.'));
                }