]> 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 3fa17228d6619ca1aac1c8a8958ef69bfe40d2cb..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;