]> git.mxchange.org Git - friendica.git/blobdiff - include/diaspora.php
new notifications - implement storage
[friendica.git] / include / diaspora.php
index a116e6a44766156c6a3e7cafd55106775c640a5d..a8e02e5097b2679e74c143edd5efa36b02f59826 100755 (executable)
@@ -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'],