mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 14:03:16 +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()
|
public function handle()
|
||||||
{
|
{
|
||||||
$this->parseEntities();
|
$profile = $this->status->profile;
|
||||||
|
if($profile->no_autolink == false) {
|
||||||
|
$this->parseEntities();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public function parseEntities()
|
public function parseEntities()
|
||||||
|
|
Loading…
Reference in a new issue