mirror of
https://github.com/friendica/friendica
synced 2025-04-24 14:30:11 +00:00
Improved ATOM distinction, added OPML
This commit is contained in:
parent
74bcc33fdb
commit
d4f0c1a8dc
2 changed files with 108 additions and 53 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue