Skip to content

Commit

Permalink
Merge pull request #1 from marislazda/patch-1
Browse files Browse the repository at this point in the history
Update CreateParams.php
  • Loading branch information
mixisLv authored Jul 28, 2016
2 parents 687ba58 + 528faca commit c7a2086
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Params/Messages/CreateParams.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,10 @@ class CreateParams extends BaseParams
* @var bool (optional) true to prevent Reamaze from sending any email (or integration) notifications related to this message
*/
protected $suppress_notification = false;

/**
* @var bool (optional) true to prevent Reamaze from marking the conversation as resolved when message[user] is a staff user.
**/
protected $suppress_autoresolve = false;

}
}

0 comments on commit c7a2086

Please sign in to comment.