]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/DeliveryData.php
We now store the receivers as well
[friendica.git] / src / Model / Post / DeliveryData.php
index 5c7fdd4d32a2f59af9049f779580cbcd60f571ef..f9e7e5e3804635545be27222a3b57d98880045ab 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
  *
@@ -41,7 +41,7 @@ class DeliveryData
 
        const ACTIVITYPUB = 1;
        const DFRN = 2;
-       const LEGACY_DFRN = 3;
+       const LEGACY_DFRN = 3; // @deprecated since version 2021.09
        const DIASPORA = 4;
        const OSTATUS = 5;
        const MAIL = 6;