Add parent to private message notifications

- Fix item id for Diaspora private message notification
This commit is contained in:
Hypolite Petovan 2018-12-30 01:10:10 -05:00
parent 5abc22f6c5
commit 3095d4aa70
2 changed files with 25 additions and 2 deletions

View file

@ -1870,6 +1870,7 @@ class DFRN
"to_email" => $importer["email"],
"uid" => $importer["importer_uid"],
"item" => $msg,
"parent" => $msg["parent-uri"],
"source_name" => $msg["from-name"],
"source_link" => $importer["url"],
"source_photo" => $importer["thumb"],