mirror of
https://github.com/friendica/friendica
synced 2024-11-10 00:23:00 +00:00
Merge pull request #13663 from annando/issue-13607
Issue 13607: Use privacy setting for "remote self"
This commit is contained in:
commit
5c3227ac4c
1 changed files with 4 additions and 1 deletions
|
@ -2566,11 +2566,14 @@ class Item
|
|||
$result = self::insert($datarray2);
|
||||
Logger::info('remote-self post original item', ['contact' => $contact['url'], 'result' => $result, 'item' => $datarray2]);
|
||||
} else {
|
||||
$datarray['private'] = self::PUBLIC;
|
||||
$datarray['app'] = 'Feed';
|
||||
$result = true;
|
||||
}
|
||||
|
||||
if ($result) {
|
||||
unset($datarray['private']);
|
||||
}
|
||||
|
||||
return (bool)$result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue