1
0
Fork 0

Update NotificationTransformer

This commit is contained in:
Daniel Supernault 2019-01-14 22:34:27 -07:00
parent e61c6a06e0
commit 30758e5e67
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract
'follow' => 'follow',
'mention' => 'mention',
'reblog' => 'share',
'share' => 'share',
'like' => 'favourite',
'comment' => 'comment',
];