From d7154a4606d8c6f86b2eacd35c16893283b484c4 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 5 Jul 2011 19:55:09 -0700 Subject: ability to link contacts that are "really me, but on another system/network". --- mod/dfrn_notify.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod') diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 90d2e4004..0dc96f8a7 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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']; -- cgit v1.2.3