mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update NotificationTransformer, add modlog type
This commit is contained in:
parent
cff120ec6f
commit
1a0c1afedf
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract
|
|||
'share' => 'reblog',
|
||||
'like' => 'favourite',
|
||||
'comment' => 'mention',
|
||||
'admin.user.modlog.comment' => 'modlog'
|
||||
];
|
||||
return $verbs[$verb];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue