fix comment problem

This commit is contained in:
isUnknown 2024-11-27 17:51:49 +01:00
parent 16d57ec024
commit cca389f1b0
10 changed files with 128 additions and 545 deletions

View file

@ -33,7 +33,7 @@ return [
'y' => $data->position->y
],
'replies' => [],
'text' => $user->name()->isNotEmpty() ? $user->name()->value() . ' : ' . $data->text : $user->email()->value() . ' : ' . $data->text,
'text' => $data->text,
'author' => $user,
'date' => (string) $data->date,
'id' => $data->id,