]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/Delivery.php
Use a constant for the avatar base path
[friendica.git] / src / Worker / Delivery.php
index ea18370cdf215e6ed992569a745558c13696218e..c09181d3e6b5a3aa1d84953e0e0bba04f79733e8 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -46,7 +46,6 @@ class Delivery
        const DELETION      = 'drop';
        const POST          = 'wall-new';
        const POKE          = 'poke';
-       const UPLINK        = 'uplink';
        const REMOVAL       = 'removeme';
        const PROFILEUPDATE = 'profileupdate';