diff options
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 34552cc36..77b84d373 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']; |