diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-09 19:14:42 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-09 19:14:42 -0700 |
commit | 887a8add2d927111c51167ef8b9700d03fe69e91 (patch) | |
tree | b3ec4cff5ec2b72f457de8c250dc9abe4147d500 /mod/dfrn_notify.php | |
parent | 82986cc993133dbe7b9bbc966539ae188b070215 (diff) | |
download | volse-hubzilla-887a8add2d927111c51167ef8b9700d03fe69e91.tar.gz volse-hubzilla-887a8add2d927111c51167ef8b9700d03fe69e91.tar.bz2 volse-hubzilla-887a8add2d927111c51167ef8b9700d03fe69e91.zip |
populate wall element
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 7bcf2af09..a1a6ab716 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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']; |