]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Fetch.php
C2S: Improve C2S-API, fix inbox endpoint
[friendica.git] / src / Protocol / ActivityPub / Fetch.php
index 198202b1c1528310168062dabe946fc649638e5c..48234d509dae2fafca8b5e37b6d0f7e775649916 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
  *
@@ -80,5 +80,4 @@ class Fetch
 
                return DBA::exists('workerqueue', ['id' => $fetch['wid'], 'done' => false]);
        }
-
 }