mirror of
https://github.com/friendica/friendica
synced 2025-05-09 19:44:10 +02:00
"last-child" is not used anymore
This commit is contained in:
parent
2d66242b4f
commit
034d46196f
18 changed files with 6 additions and 105 deletions
|
@ -2409,8 +2409,6 @@ class Diaspora
|
|||
|
||||
$arr["object"] = self::constructNewFriendObject($contact);
|
||||
|
||||
$arr["last-child"] = 1;
|
||||
|
||||
$user = dba::selectFirst('user', ['allow_cid', 'allow_gid', 'deny_cid', 'deny_gid'], ['uid' => $importer["uid"]]);
|
||||
|
||||
$arr["allow_cid"] = $user["allow_cid"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue