1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-23 00:05:29 +00:00

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

View file

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