aboutsummaryrefslogtreecommitdiffstats
path: root/include/diaspora.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-03 20:26:20 -0800
committerfriendica <info@friendica.com>2012-01-03 20:26:20 -0800
commitfc7d0360bb059bf87c5c531a2bfd5bcee3aef3f6 (patch)
tree091edb45d73b6bf79534a5d6fbda144b4d81ddf5 /include/diaspora.php
parent8e6c02cda383b7655ef7c045a1c9cb2c63541b60 (diff)
downloadvolse-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.php2
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'
));
}