mirror of
https://github.com/friendica/friendica
synced 2025-04-29 10:24:23 +02:00
And again ... notices
This commit is contained in:
parent
d9b44153da
commit
334c628511
2 changed files with 4 additions and 4 deletions
|
@ -1821,10 +1821,10 @@ class Diaspora
|
|||
"to_name" => $importer["username"],
|
||||
"to_email" => $importer["email"],
|
||||
"uid" =>$importer["uid"],
|
||||
"item" => ["subject" => $subject, "body" => $body],
|
||||
"item" => ["id" => $conversation["id"], "title" => $subject, "subject" => $subject, "body" => $body],
|
||||
"source_name" => $person["name"],
|
||||
"source_link" => $person["url"],
|
||||
"source_photo" => $person["thumb"],
|
||||
"source_photo" => $person["photo"],
|
||||
"verb" => ACTIVITY_POST,
|
||||
"otype" => "mail"]
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue