mirror of
https://github.com/friendica/friendica
synced 2025-04-23 08:30:10 +00:00
add verb and item to notifications to aid in localisation
This commit is contained in:
parent
8e6c02cda3
commit
fc7d0360bb
7 changed files with 63 additions and 10 deletions
|
@ -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'
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue