diff options
author | friendica <info@friendica.com> | 2014-08-26 21:00:51 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-26 21:00:51 -0700 |
commit | 5e4298029a4f1bb8dbcef65ef0bd72db3e9a316a (patch) | |
tree | 8b5edc7aaed362a817577bab062f0153968b7360 /include/diaspora.php | |
parent | 8c6067b411ee7f69b3df1341a8696ec1e5811601 (diff) | |
download | volse-hubzilla-5e4298029a4f1bb8dbcef65ef0bd72db3e9a316a.tar.gz volse-hubzilla-5e4298029a4f1bb8dbcef65ef0bd72db3e9a316a.tar.bz2 volse-hubzilla-5e4298029a4f1bb8dbcef65ef0bd72db3e9a316a.zip |
and ... we've got a comment coming the other way
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 9add80d36..0f0f50208 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1333,6 +1333,7 @@ function diaspora_comment($importer,$xml,$msg) { } } + $datarray['uid'] = $importer['channel_id']; $datarray['verb'] = ACTIVITY_POST; $datarray['mid'] = $guid; $datarray['parent_mid'] = $parent_item['mid']; |