]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/Security.php
Merge pull request #12673 from annando/andstatus-api
[friendica.git] / src / Security / Security.php
index 80d24c9ba1346249611277cbe83fb8ba26c39595..bc1d98ac16471421a7d16fe776e031e7b5175544 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
  *
@@ -71,7 +71,7 @@ class Security
                                        $verified = 1;
                                        return false;
                                }
-                               
+
                                if (in_array($contact['rel'], [Contact::SHARING, Contact::FRIEND]) || ($user['page-flags'] == User::PAGE_FLAGS_COMMUNITY)) {
                                        $verified = 2;
                                        return true;