minor notification tweaks
This commit is contained in:
@@ -28,7 +28,7 @@ function format_notification($item) {
|
||||
// convert this logic into a json array just like the system notifications
|
||||
|
||||
return array(
|
||||
'notify_link' => z_root() . '/notify/view_item/' . $item['id'],
|
||||
'notify_link' => z_root() . '/display/' . $item['llink'],
|
||||
'name' => $item['author']['xchan_name'],
|
||||
'url' => $item['author']['xchan_url'],
|
||||
'photo' => $item['author']['xchan_photo_s'],
|
||||
|
||||
Reference in New Issue
Block a user