aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
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 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'];