diff options
author | friendica <info@friendica.com> | 2012-02-18 02:57:42 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-02-18 02:57:42 -0800 |
commit | 1b9c03f6fc67e8230a06e6dddae59974c1f8ba56 (patch) | |
tree | 1a57120b10b5088098f88932643a8a46a422b104 /include/diaspora.php | |
parent | 4222f506a82c7b2a50b602c51a83a85e1912450c (diff) | |
download | volse-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-x | include/diaspora.php | 1 |
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'], |