]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/DeliveryData.php
Merge pull request #12674 from nupplaphil/bug/config_typesafe
[friendica.git] / src / Model / Post / DeliveryData.php
index 5c7fdd4d32a2f59af9049f779580cbcd60f571ef..e87bb0e0157febce69dfdc5a5dbc7dd8205b03f6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, 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;