add verb and item to notifications to aid in localisation

This commit is contained in:
friendica 2012-01-03 20:26:20 -08:00
parent 8e6c02cda3
commit fc7d0360bb
7 changed files with 63 additions and 10 deletions

View file

@ -580,7 +580,9 @@ function dfrn_request_content(&$a) {
'link' => $a->get_baseurl() . '/notifications/intros',
'source_name' => ((strlen(stripslashes($r[0]['name']))) ? stripslashes($r[0]['name']) : t('[Name Withheld]')),
'source_link' => $r[0]['url'],
'source_photo' => $r[0]['photo']
'source_photo' => $r[0]['photo'],
'verb' => ACTIVITY_REQ_FRIEND,
'otype' => 'intro'
));
}