forked from mirror/pixelfed
Update NotificationTransformer
This commit is contained in:
parent
e61c6a06e0
commit
30758e5e67
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract
|
||||||
'follow' => 'follow',
|
'follow' => 'follow',
|
||||||
'mention' => 'mention',
|
'mention' => 'mention',
|
||||||
'reblog' => 'share',
|
'reblog' => 'share',
|
||||||
|
'share' => 'share',
|
||||||
'like' => 'favourite',
|
'like' => 'favourite',
|
||||||
'comment' => 'comment',
|
'comment' => 'comment',
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue