diff options
author | friendica <info@friendica.com> | 2015-01-26 20:47:53 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-26 20:47:53 -0800 |
commit | efb6842d748ad35f2843619983a4e3e9b14617a9 (patch) | |
tree | 6fe54ef365a292562b3432117c0ab134ed5503fc /include/enotify.php | |
parent | fc62d7e5775f57949b300eb658f57187446ce381 (diff) | |
download | volse-hubzilla-efb6842d748ad35f2843619983a4e3e9b14617a9.tar.gz volse-hubzilla-efb6842d748ad35f2843619983a4e3e9b14617a9.tar.bz2 volse-hubzilla-efb6842d748ad35f2843619983a4e3e9b14617a9.zip |
superblock enhancements
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/enotify.php b/include/enotify.php index 6fc771c58..36d457c10 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -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']; |