Add new Conversation::PARCEL_TWITTER constant
This commit is contained in:
parent
c13dc549ed
commit
6678208915
|
@ -21,6 +21,7 @@ class Conversation
|
|||
const PARCEL_SALMON = 3;
|
||||
const PARCEL_FEED = 4; // Deprecated
|
||||
const PARCEL_SPLIT_CONVERSATION = 6;
|
||||
const PARCEL_TWITTER = 7;
|
||||
|
||||
/**
|
||||
* @brief Store the conversation data
|
||||
|
|
Loading…
Reference in New Issue
Block a user