Sfoglia il codice sorgente

Update NotificationTransformer

Daniel Supernault 6 anni fa
parent
commit
30758e5e67
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      app/Transformer/Api/NotificationTransformer.php

+ 1 - 0
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',
 		];