Skip to content

Commit

Permalink
Increase Twitter parcel constant value
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypolite Petovan committed Aug 5, 2018
1 parent c4e69b7 commit ea45a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Conversation.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Conversation
const PARCEL_SALMON = 3;
const PARCEL_FEED = 4; // Deprecated
const PARCEL_SPLIT_CONVERSATION = 6;
const PARCEL_TWITTER = 7;
const PARCEL_TWITTER = 67;

/**
* @brief Store the conversation data
Expand Down

0 comments on commit ea45a78

Please sign in to comment.