minor notification tweaks

This commit is contained in:
friendica
2013-01-08 13:38:07 -08:00
parent 701a8e9925
commit 948644bd46
2 changed files with 6 additions and 6 deletions

View File

@@ -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'],