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

@@ -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'
));
}