* Add resolved and bugconfirmed action for @.

This commit is contained in:
daitingting
2018-03-20 15:01:06 +08:00
parent 3df140466f
commit 59b5cbcd22
+1 -1
View File
@@ -227,7 +227,7 @@ class webhookModel extends model
$mobile = '';
$email = '';
if($actionType == 'assigned')
if(in_array($actionType, array('assigned', 'resolved', 'bugconfirmed')))
{
foreach($users as $user)
{