]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Conversation.php
Use rawContent for Special Options to avoid a protected options() method
[friendica.git] / src / Model / Conversation.php
index c51f19f171a92ab882562ebaa796aa50d289ef09..1403b30be267026a16724e29dcb6ded64e1ee283 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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;
+       const PARCEL_LEGACY_DFRN        = 7; // @deprecated since version 2021.09
        const PARCEL_DIASPORA_DFRN      = 8;
        const PARCEL_LOCAL_DFRN         = 9;
        const PARCEL_DIRECT             = 10;