]> git.mxchange.org Git - friendica.git/blobdiff - include/items.php
more work on enotify
[friendica.git] / include / items.php
index 278a9242e430e97d5be3e063b31f3cc5e36a22f8..4666211d82ca655410f82fed751f2c0e451ef468 100644 (file)
@@ -1830,8 +1830,7 @@ function local_delivery($importer,$data) {
                        'language' => $importer['language'],
                        'to_name' => $importer['username'],
                        'to_email' => $importer['email'],
-                       'title' => $msg['title'],
-                       'body' => $msg['body'],
+                       'item' => $msg,
                        'source_name' => $msg['from-name'],
                        'source_link' => $importer['url'],
                        'source_photo' => $importer['thumb'],