mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
Change messages style to more old
Co-authored-by: Kos Furler <35310076+kosfurler@users.noreply.github.com>
This commit is contained in:
parent
8d82fed187
commit
150f420038
2 changed files with 1222 additions and 1279 deletions
|
@ -109,7 +109,7 @@ class Message extends RowModel
|
|||
"id" => $author->getId(),
|
||||
"link" => $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $author->getURL(),
|
||||
"avatar" => $author->getAvatarUrl(),
|
||||
"name" => $author->getFullName(),
|
||||
"name" => $author->getFirstName(),
|
||||
],
|
||||
"timing" => [
|
||||
"sent" => (string) $this->getSendTime()->format("%e %B %G" . tr("time_at_sp") . "%X"),
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue