1
1
Fork 0

new notifications - implement storage

This commit is contained in:
friendica 2012-02-18 02:57:42 -08:00
commit 1b9c03f6fc
5 changed files with 34 additions and 6 deletions

View file

@ -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'],