new notifications - implement storage
This commit is contained in:
parent
4222f506a8
commit
1b9c03f6fc
5 changed files with 34 additions and 6 deletions
|
|
@ -1308,6 +1308,7 @@ function diaspora_conversation($importer,$xml,$msg) {
|
|||
'language' => $importer['language'],
|
||||
'to_name' => $importer['username'],
|
||||
'to_email' => $importer['email'],
|
||||
'uid' =>$importer['importer_uid'],
|
||||
'item' => array('subject' => $subject, 'body' => $body),
|
||||
'source_name' => $person['name'],
|
||||
'source_link' => $person['url'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue