mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update StatusEntityLexer
This commit is contained in:
parent
a2db34c59d
commit
1bd90cb95b
1 changed files with 4 additions and 1 deletions
|
@ -42,7 +42,10 @@ class StatusEntityLexer implements ShouldQueue
|
|||
*/
|
||||
public function handle()
|
||||
{
|
||||
$this->parseEntities();
|
||||
$profile = $this->status->profile;
|
||||
if($profile->no_autolink == false) {
|
||||
$this->parseEntities();
|
||||
}
|
||||
}
|
||||
|
||||
public function parseEntities()
|
||||
|
|
Loading…
Reference in a new issue