mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-26 01:36:43 +00:00
Update StatusEntityLexer
This commit is contained in:
parent
6e9091feec
commit
80b05f5682
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class StatusEntityLexer implements ShouldQueue
|
||||||
$this->storeMentions();
|
$this->storeMentions();
|
||||||
DB::transaction(function () {
|
DB::transaction(function () {
|
||||||
$status = $this->status;
|
$status = $this->status;
|
||||||
$status->rendered = $this->autolink;
|
$status->rendered = nl2br($this->autolink);
|
||||||
$status->entities = json_encode($this->entities);
|
$status->entities = json_encode($this->entities);
|
||||||
$status->save();
|
$status->save();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue