aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-02-18 02:57:42 -0800
committerfriendica <info@friendica.com>2012-02-18 02:57:42 -0800
commit1b9c03f6fc67e8230a06e6dddae59974c1f8ba56 (patch)
tree1a57120b10b5088098f88932643a8a46a422b104 /include/diaspora.php
parent4222f506a82c7b2a50b602c51a83a85e1912450c (diff)
downloadvolse-hubzilla-1b9c03f6fc67e8230a06e6dddae59974c1f8ba56.tar.gz
volse-hubzilla-1b9c03f6fc67e8230a06e6dddae59974c1f8ba56.tar.bz2
volse-hubzilla-1b9c03f6fc67e8230a06e6dddae59974c1f8ba56.zip
new notifications - implement storage
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-xinclude/diaspora.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php
index a116e6a44..a8e02e509 100755
--- a/include/diaspora.php
+++ b/include/diaspora.php
@@ -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'],