diff options
author | friendica <info@friendica.com> | 2012-01-03 20:26:20 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-01-03 20:26:20 -0800 |
commit | fc7d0360bb059bf87c5c531a2bfd5bcee3aef3f6 (patch) | |
tree | 091edb45d73b6bf79534a5d6fbda144b4d81ddf5 /include/diaspora.php | |
parent | 8e6c02cda383b7655ef7c045a1c9cb2c63541b60 (diff) | |
download | volse-hubzilla-fc7d0360bb059bf87c5c531a2bfd5bcee3aef3f6.tar.gz volse-hubzilla-fc7d0360bb059bf87c5c531a2bfd5bcee3aef3f6.tar.bz2 volse-hubzilla-fc7d0360bb059bf87c5c531a2bfd5bcee3aef3f6.zip |
add verb and item to notifications to aid in localisation
Diffstat (limited to 'include/diaspora.php')
-rw-r--r-- | include/diaspora.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index 2d139c77c..25ca11ed0 100644 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -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' )); } |