X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FContent%2FForumManager.php;h=ac64e6d3ff94c442cb9f3ef18afa7e240e51f66c;hb=6394bd91c0f25d9e2c61ca6166a78e9563506554;hp=60315147329b8564316f9ea009aa12677d66c80b;hpb=b3f9cef94a7be372428767125f85b7fec085b460;p=friendica.git diff --git a/src/Content/ForumManager.php b/src/Content/ForumManager.php index 6031514732..ac64e6d3ff 100644 --- a/src/Content/ForumManager.php +++ b/src/Content/ForumManager.php @@ -1,6 +1,6 @@ Contact::TYPE_COMMUNITY, 'network' => [Protocol::DFRN, Protocol::ACTIVITYPUB], - 'uid' => $uid, + 'uid' => $uid, 'blocked' => false, 'pending' => false, - 'archive' => false, + 'archive' => false, ]; $condition = DBA::mergeConditions($condition, ["`platform` != ?", 'peertube']);