mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue