mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 08:13:16 +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',
|
'share' => 'reblog',
|
||||||
'like' => 'favourite',
|
'like' => 'favourite',
|
||||||
'comment' => 'mention',
|
'comment' => 'mention',
|
||||||
|
'admin.user.modlog.comment' => 'modlog'
|
||||||
];
|
];
|
||||||
return $verbs[$verb];
|
return $verbs[$verb];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue