mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusTagPipeline
This commit is contained in:
parent
bf2828c2ee
commit
489fdbb248
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue