X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModel%2FConversation.php;h=1c2a75b58856672fb9adfd04f81c97192b0dd5e5;hb=8b26d488add6859be8d3b865122dfb6a6401d24d;hp=59936414c70553707effb88098bca89cb8feab3f;hpb=4faf08c0643d3e6bbe2a0a77be2ff8c1dbea4d5c;p=friendica.git diff --git a/src/Model/Conversation.php b/src/Model/Conversation.php index 59936414c7..1c2a75b588 100644 --- a/src/Model/Conversation.php +++ b/src/Model/Conversation.php @@ -41,6 +41,8 @@ class Conversation const PARCEL_RDF = 12; const PARCEL_RSS = 13; const PARCEL_ATOM = 14; + const PARCEL_ATOM03 = 15; + const PARCEL_OPML = 16; const PARCEL_TWITTER = 67; const PARCEL_UNKNOWN = 255; @@ -49,7 +51,7 @@ class Conversation */ const UNKNOWN = 0; /** - * The message had been pushed to this sytem + * The message had been pushed to this system */ const PUSH = 1; /**