]> git.mxchange.org Git - friendica.git/blobdiff - mod/display.php
Merge remote-tracking branch 'upstream/develop' into user-contact
[friendica.git] / mod / display.php
index d854be45e2e2dccf504c5bf307795d280e5421d3..87775126e6909dac91b7de9dfe21c084400ada3d 100644 (file)
@@ -250,7 +250,7 @@ function display_content(App $a, $update = false, $update_uid = 0)
                $parent = Post::selectFirst(['uid'], ['uri-id' => $parent_uri_id, 'wall' => true]);
        }
 
-       if (!local_user() && DBA::isResult($parent)) {
+       if (DBA::isResult($parent)) {
                $page_uid = $page_uid ?? 0 ?: $parent['uid'];
                $is_remote_contact = Session::getRemoteContactID($page_uid);
                if ($is_remote_contact) {