1
0
Fork 0

Update StatusEntityLexer

This commit is contained in:
Daniel Supernault 2019-01-10 20:44:22 -07:00
parent a2db34c59d
commit 1bd90cb95b
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 4 additions and 1 deletions

View File

@ -42,8 +42,11 @@ class StatusEntityLexer implements ShouldQueue
*/
public function handle()
{
$profile = $this->status->profile;
if($profile->no_autolink == false) {
$this->parseEntities();
}
}
public function parseEntities()
{