superblock enhancements

This commit is contained in:
friendica
2015-01-26 20:47:53 -08:00
parent fc62d7e577
commit efb6842d74
2 changed files with 12 additions and 7 deletions

View File

@@ -333,6 +333,7 @@ function notification($params) {
$datarray = array();
$datarray['hash'] = $hash;
$datarray['sender_hash'] = $sender['xchan_hash'];
$datarray['name'] = $sender['xchan_name'];
$datarray['url'] = $sender['xchan_url'];
$datarray['photo'] = $sender['xchan_photo_s'];