]> git.mxchange.org Git - friendica.git/commitdiff
Reformatted array
authorRoland Häder <roland@mxchange.org>
Fri, 24 Jun 2022 01:24:51 +0000 (03:24 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 25 Jun 2022 14:48:35 +0000 (16:48 +0200)
src/Protocol/ActivityPub/Transmitter.php

index b669a9f70dc74bd8eaaac965478cdb0b6b1c6a07..d7995a8d1a37f53cf21e13c0cc273d7b5c90ad0d 100644 (file)
@@ -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];