X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcommunity.php;h=59be7487bdca55a8318410b80e4eeab16f2dc199;hb=55eb0100e6db28d7df1487b856846dbb03daee2f;hp=876339dea11d8de39de3408ef5826a8429b7f783;hpb=1ab965c9440a32ab241c9f5e06bea1f7ebb202fd;p=friendica.git diff --git a/mod/community.php b/mod/community.php index 876339dea1..59be7487bd 100644 --- a/mod/community.php +++ b/mod/community.php @@ -171,7 +171,7 @@ function community_content(App $a, $update = 0) $s = $r; } - $o .= conversation($a, $s, 'community', $update); + $o .= conversation($a, $s, 'community', $update, false, 'commented', local_user()); if (!$update) { $o .= alt_pager($a, count($r));