]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Post/DeliveryData.php
Return as array
[friendica.git] / src / Model / Post / DeliveryData.php
index 5c7fdd4d32a2f59af9049f779580cbcd60f571ef..df1a22ff406ac6c7cfea1c94f9fdcbb66efe8c85 100644 (file)
@@ -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;