X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fnetwork.php;h=fddec60c8dc86457e1273d551adb2d766e63babb;hb=5f2028b657332c7dceb1e14dc0e1cd175fc61a7c;hp=7354667200d0b1a6d9ab6c728737c3f18353ff08;hpb=0328e930af31d19aefff2acb10edf5cde447f065;p=friendica.git diff --git a/mod/network.php b/mod/network.php index 7354667200..fddec60c8d 100644 --- a/mod/network.php +++ b/mod/network.php @@ -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 = '';