mirror of
https://github.com/friendica/friendica
synced 2025-04-26 17:10:10 +00:00
Fixes for the notifications
This commit is contained in:
parent
61e023d448
commit
1fe756b5b6
5 changed files with 34 additions and 23 deletions
|
@ -133,7 +133,7 @@ class FormattedNavNotification extends BaseFactory
|
|||
return $this->createFromParams(
|
||||
self::$contacts[$intro->cid],
|
||||
$this->l10n->t('{0} wants to follow you'),
|
||||
new \DateTime($intro->datetime, new \DateTimeZone('UTC')),
|
||||
$intro->datetime,
|
||||
new Uri($this->baseUrl->get() . '/notifications/intros/' . $intro->id)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue