populate wall element

This commit is contained in:
Mike Macgirvin
2010-09-09 19:14:42 -07:00
parent 82986cc993
commit 887a8add2d
3 changed files with 12 additions and 3 deletions

View File

@@ -182,6 +182,7 @@ function dfrn_notify_post(&$a) {
// remote reply to our post. Import and then notify everybody else.
$datarray = get_atom_elements($item);
$datarray['type'] = 'remote-comment';
$datarray['wall'] = 1;
$datarray['parent-uri'] = $parent_uri;
$datarray['uid'] = $importer['importer_uid'];
$datarray['contact-id'] = $importer['id'];