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