From: Roland Häder Date: Fri, 24 Jun 2022 01:24:51 +0000 (+0200) Subject: Reformatted array X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b0693c1ad7f0d83c0025f4a4d5d2451958d1ae07;p=friendica.git Reformatted array --- diff --git a/src/Protocol/ActivityPub/Transmitter.php b/src/Protocol/ActivityPub/Transmitter.php index b669a9f70d..d7995a8d1a 100644 --- a/src/Protocol/ActivityPub/Transmitter.php +++ b/src/Protocol/ActivityPub/Transmitter.php @@ -916,7 +916,13 @@ class Transmitter $networks = [Protocol::ACTIVITYPUB, Protocol::OSTATUS]; } - $condition = ['uid' => $uid, 'archive' => false, 'pending' => false, 'blocked' => false, 'network' => Protocol::FEDERATED]; + $condition = [ + 'uid' => $uid, + 'archive' => false, + 'pending' => false, + 'blocked' => false, + 'network' => Protocol::FEDERATED, + ]; if (!empty($uid)) { $condition['rel'] = [Contact::FOLLOWER, Contact::FRIEND];