And again ... notices

This commit is contained in:
Michael 2018-08-20 21:20:21 +00:00
parent d9b44153da
commit 334c628511
2 changed files with 4 additions and 4 deletions

View file

@ -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"]
);