]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_notify.php
allow GET or POST data in statuses/update
[friendica.git] / mod / dfrn_notify.php
index 90d2e40045846457a837514c5244e5e1784e5859..0dc96f8a7647e725931bce33b1ce10e169d50336 100644 (file)
@@ -747,6 +747,12 @@ function dfrn_notify_post(&$a) {
                                continue;
                        }
 
+                       // This is my contact on another system, but it's really me.
+                       // Turn this into a wall post.
+
+                       if($contact['remote_self'])
+                               $datarray['wall'] = 1;
+
                        $datarray['parent-uri'] = $item_id;
                        $datarray['uid'] = $importer['importer_uid'];
                        $datarray['contact-id'] = $importer['id'];