Update StatusTagPipeline

pull/3166/head
Daniel Supernault 4 years ago
parent bf2828c2ee
commit 489fdbb248
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -44,7 +44,6 @@ class StatusTagsPipeline implements ShouldQueue
// return in_array($tag['type'], ['Emoji', 'Hashtag', 'Mention']);
return $tag && $tag['type'] == 'Emoji';
})
->values()
->map(function($tag) {
CustomEmojiService::import($tag['id']);
});

Loading…
Cancel
Save