]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Conversation.php
Restructure (P)Config to follow new paradigm
[friendica.git] / src / Model / Conversation.php
index aa2faca503d78c8663d773349467b898f9640e25..a485ac2d93e6b4ece8da8a613cb0877df7d1e2b1 100644 (file)
@@ -38,7 +38,7 @@ class Conversation
        const PARCEL_SALMON             = 3;
        const PARCEL_FEED               = 4; // Deprecated
        const PARCEL_SPLIT_CONVERSATION = 6;
-       const PARCEL_LEGACY_DFRN        = 7; // Deprecated
+       const PARCEL_LEGACY_DFRN        = 7; // @deprecated since version 2021.09
        const PARCEL_DIASPORA_DFRN      = 8;
        const PARCEL_LOCAL_DFRN         = 9;
        const PARCEL_DIRECT             = 10;