]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_request.php
post preview
[friendica.git] / mod / dfrn_request.php
index a968604039521b3ec350327cc9a504c737cb9639..aa14bc473dddd54b1ba40267b53e6ba42e0a52b6 100644 (file)
@@ -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'
                                        ));
                                }