Update NotificationTransformer

This commit is contained in:
Daniel Supernault 2021-09-03 21:23:43 -06:00
parent 3c8c23a143
commit d7b6edc018
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 2 deletions

View File

@ -59,7 +59,10 @@ class NotificationTransformer extends Fractal\TransformerAbstract
'like' => 'favourite',
'comment' => 'comment',
'admin.user.modlog.comment' => 'modlog',
'tagged' => 'tagged'
'tagged' => 'tagged',
'group:comment' => 'group:comment',
'story:react' => 'story:react',
'story:comment' => 'story:comment'
];
return $verbs[$verb];
}
@ -90,7 +93,6 @@ class NotificationTransformer extends Fractal\TransformerAbstract
}
}
public function includeTagged(Notification $notification)
{
$n = $notification;