ability to link contacts that are "really me, but on another system/network".

This commit is contained in:
Friendika 2011-07-05 19:55:09 -07:00
parent 76e56fd44e
commit d7154a4606
5 changed files with 21 additions and 2 deletions

View 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'];