mirror of
https://github.com/friendica/friendica
synced 2025-04-27 11:10:12 +00:00
Merge "notification" routes
This commit is contained in:
parent
dd8d9d7c70
commit
c2b8c65104
8 changed files with 16 additions and 15 deletions
|
@ -219,7 +219,7 @@ class Notification extends BaseFactory
|
|||
foreach ($notifications as $notification) {
|
||||
$formattedNotifications[] = new \Friendica\Object\Notification\Notification([
|
||||
'label' => 'notification',
|
||||
'link' => $this->baseUrl->get(true) . '/notification/view/' . $notification->id,
|
||||
'link' => $this->baseUrl->get(true) . '/notification/' . $notification->id,
|
||||
'image' => Proxy::proxifyUrl($notification->photo, false, Proxy::SIZE_MICRO),
|
||||
'url' => $notification->url,
|
||||
'text' => strip_tags(BBCode::convert($notification->msg)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue