]> git.mxchange.org Git - friendica.git/blobdiff - mod/network.php
Merge pull request #7605 from annando/pending-2
[friendica.git] / mod / network.php
index 7354667200d0b1a6d9ab6c728737c3f18353ff08..fddec60c8dc86457e1273d551adb2d766e63babb 100644 (file)
@@ -643,7 +643,7 @@ function networkThreadedView(App $a, $update, $parent)
                        // NOTREACHED
                }
 
-               $contacts = Group::expand([$gid]);
+               $contacts = Group::expand(local_user(), [$gid]);
 
                if ((is_array($contacts)) && count($contacts)) {
                        $contact_str_self = '';