浏览代码

Update NotificationTransformer

Daniel Supernault 6 年之前
父节点
当前提交
30758e5e67
共有 1 个文件被更改,包括 1 次插入0 次删除
  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',
 		];