Merge pull request #14534 from annando/connector

"Connector" added as parcel
This commit is contained in:
Tobias Diekershoff 2024-11-06 06:27:07 +01:00 committed by GitHub
commit bf4695365a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,6 +30,7 @@ class Conversation
const PARCEL_ATOM03 = 15;
const PARCEL_OPML = 16;
const PARCEL_TWITTER = 67;
const PARCEL_CONNECTOR = 68;
const PARCEL_UNKNOWN = 255;
/**