]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Conversation.php
Language selector added, "channel" is now "channels"
[friendica.git] / src / Model / Conversation.php
index 59936414c70553707effb88098bca89cb8feab3f..1c2a75b58856672fb9adfd04f81c97192b0dd5e5 100644 (file)
@@ -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;
        /**