mirror of
https://github.com/friendica/friendica
synced 2024-12-22 22:40:16 +00:00
"Connector" added as parcel
This commit is contained in:
parent
805321d00b
commit
1226cd4487
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ class Conversation
|
||||||
const PARCEL_ATOM03 = 15;
|
const PARCEL_ATOM03 = 15;
|
||||||
const PARCEL_OPML = 16;
|
const PARCEL_OPML = 16;
|
||||||
const PARCEL_TWITTER = 67;
|
const PARCEL_TWITTER = 67;
|
||||||
|
const PARCEL_CONNECTOR = 68;
|
||||||
const PARCEL_UNKNOWN = 255;
|
const PARCEL_UNKNOWN = 255;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue