mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +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(),
|
"id" => $author->getId(),
|
||||||
"link" => $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $author->getURL(),
|
"link" => $_SERVER['REQUEST_SCHEME'] . "://" . $_SERVER['HTTP_HOST'] . $author->getURL(),
|
||||||
"avatar" => $author->getAvatarUrl(),
|
"avatar" => $author->getAvatarUrl(),
|
||||||
"name" => $author->getFullName(),
|
"name" => $author->getFirstName(),
|
||||||
],
|
],
|
||||||
"timing" => [
|
"timing" => [
|
||||||
"sent" => (string) $this->getSendTime()->format("%e %B %G" . tr("time_at_sp") . "%X"),
|
"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