mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
ability to link contacts that are "really me, but on another system/network".
This commit is contained in:
parent
76e56fd44e
commit
d7154a4606
5 changed files with 21 additions and 2 deletions
|
@ -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'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue