Browse Source

Update NotificationTransformer

Daniel Supernault 6 years ago
parent
commit
0870b72a97
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Transformer/Api/NotificationTransformer.php

+ 1 - 0
app/Transformer/Api/NotificationTransformer.php

@@ -45,6 +45,7 @@ class NotificationTransformer extends Fractal\TransformerAbstract
 			'mention' => 'mention',
 			'reblog' => 'share',
 			'like' => 'favourite',
+			'comment' => 'comment',
 		];
 		return $verbs[$verb];
 	}