mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 16:53:17 +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();
|
||||
DB::transaction(function () {
|
||||
$status = $this->status;
|
||||
$status->rendered = $this->autolink;
|
||||
$status->rendered = nl2br($this->autolink);
|
||||
$status->entities = json_encode($this->entities);
|
||||
$status->save();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue