]> git.mxchange.org Git - friendica.git/blobdiff - mod/community.php
Some more places to add the user id
[friendica.git] / mod / community.php
index 876339dea11d8de39de3408ef5826a8429b7f783..59be7487bdca55a8318410b80e4eeab16f2dc199 100644 (file)
@@ -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));