]> git.mxchange.org Git - friendica.git/blobdiff - src/Content/ForumManager.php
Merge pull request #12941 from xundeenergie/attend-buttons
[friendica.git] / src / Content / ForumManager.php
index 60315147329b8564316f9ea009aa12677d66c80b..ac64e6d3ff94c442cb9f3ef18afa7e240e51f66c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -60,10 +60,10 @@ class ForumManager
                $condition = [
                        'contact-type' => 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']);