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
|
|
@ -1235,6 +1235,8 @@ function diaspora_conversation($importer,$xml,$msg) {
|
|||
'source_name' => $person['name'],
|
||||
'source_link' => $person['url'],
|
||||
'source_photo' => $person['thumb'],
|
||||
'verb' => ACTIVITY_POST,
|
||||
'otype' => 'mail'
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue