From cf82174520c4cc1024f2690e51dc903d663a5661 Mon Sep 17 00:00:00 2001 From: Friendika Date: Sat, 12 Nov 2011 04:06:33 -0800 Subject: bug #198 - create activitystream 'friends with' message for Diaspora confirmations --- mod/dfrn_confirm.php | 1 + 1 file changed, 1 insertion(+) (limited to 'mod') diff --git a/mod/dfrn_confirm.php b/mod/dfrn_confirm.php index 180e8ff31..ce6f4f95f 100644 --- a/mod/dfrn_confirm.php +++ b/mod/dfrn_confirm.php @@ -446,6 +446,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) { $arr['wall'] = 1; $arr['type'] = 'wall'; $arr['gravity'] = 0; + $arr['origin'] = 1; $arr['author-name'] = $arr['owner-name'] = $self[0]['name']; $arr['author-link'] = $arr['owner-link'] = $self[0]['url']; $arr['author-avatar'] = $arr['owner-avatar'] = $self[0]['thumb']; -- cgit v1.2.3