]> git.mxchange.org Git - friendica.git/blobdiff - src/Security/OAuth.php
Issue 13221: Diaspora posts are now stored correctly
[friendica.git] / src / Security / OAuth.php
index 27a3dfa11b2328f83c1cc60f6b86dfe98bafd6e0..2fc8724f709adcec9ccb00fdcfffa0c54ecf6704 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
  *
@@ -110,7 +110,7 @@ class OAuth
                if (Contact\Relation::areSuggestionsOutdated($token['uid'])) {
                        Worker::add(Worker::PRIORITY_MEDIUM, 'UpdateSuggestions', $token['uid']);
                }
-               
+
                return $token;
        }