]> git.mxchange.org Git - friendica.git/blobdiff - include/conversation.php
Reset network when showing a contact's posts
[friendica.git] / include / conversation.php
index d5f87567b9d7b91c7cb4ae7a388d71a1b8ba9458..5296011bb37e080a220f4eb024455b79115ac13c 100644 (file)
@@ -795,7 +795,7 @@ function item_photo_menu($item){
        if(($cid) && (! $item['self'])) {
                $poke_link = $a->get_baseurl($ssl_state) . '/poke/?f=&c=' . $cid;
                $contact_url = $a->get_baseurl($ssl_state) . '/contacts/' . $cid;
-               $posts_link = $a->get_baseurl($ssl_state) . '/network/?cid=' . $cid;
+               $posts_link = $a->get_baseurl($ssl_state) . '/network/0?nets=all&cid=' . $cid;
 
                $clean_url = normalise_link($item['author-link']);