mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
commit
e557457158
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ class Mail
|
||||||
'to_email' => $user['email'],
|
'to_email' => $user['email'],
|
||||||
'uid' => $user['uid'],
|
'uid' => $user['uid'],
|
||||||
'item' => $msg,
|
'item' => $msg,
|
||||||
'parent' => $msg['parent-uri'],
|
'parent' => 0,
|
||||||
'source_name' => $msg['from-name'],
|
'source_name' => $msg['from-name'],
|
||||||
'source_link' => $msg['from-url'],
|
'source_link' => $msg['from-url'],
|
||||||
'source_photo' => $msg['from-photo'],
|
'source_photo' => $msg['from-photo'],
|
||||||
|
|
Loading…
Reference in a new issue