X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fconversation.php;h=5296011bb37e080a220f4eb024455b79115ac13c;hb=c0af9b2938bca3accccf2f6e6ae97c562e96b3ce;hp=d5f87567b9d7b91c7cb4ae7a388d71a1b8ba9458;hpb=0eeda1de5dc7bf2808f4098556a72ccc1702fd7d;p=friendica.git diff --git a/include/conversation.php b/include/conversation.php index d5f87567b9..5296011bb3 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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']);