From 30758e5e6796050605cb1963c2d37d150d9ddfe2 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 14 Jan 2019 22:34:27 -0700 Subject: [PATCH] Update NotificationTransformer --- app/Transformer/Api/NotificationTransformer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Transformer/Api/NotificationTransformer.php b/app/Transformer/Api/NotificationTransformer.php index 16d537c97..991848e31 100644 --- a/app/Transformer/Api/NotificationTransformer.php +++ b/app/Transformer/Api/NotificationTransformer.php @@ -44,6 +44,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract 'follow' => 'follow', 'mention' => 'mention', 'reblog' => 'share', + 'share' => 'share', 'like' => 'favourite', 'comment' => 'comment', ];