Update NotificationTransformer, add modlog type

pull/2103/head
Daniel Supernault 5 years ago
parent cff120ec6f
commit 1a0c1afedf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -52,6 +52,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract
'share' => 'reblog',
'like' => 'favourite',
'comment' => 'mention',
'admin.user.modlog.comment' => 'modlog'
];
return $verbs[$verb];
}

Loading…
Cancel
Save