Update StatusTagPipeline

This commit is contained in:
Daniel Supernault 2022-01-19 00:58:13 -07:00
parent bf2828c2ee
commit 489fdbb248
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

@ -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']);
});