mirror of
https://github.com/friendica/friendica
synced 2025-04-25 22:30:10 +00:00
Add parent to private message notifications
- Fix item id for Diaspora private message notification
This commit is contained in:
parent
5abc22f6c5
commit
3095d4aa70
2 changed files with 25 additions and 2 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue