mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
Merge remote-tracking branch 'upstream/develop' into api-status
This commit is contained in:
commit
214a0524dd
35 changed files with 1809 additions and 1235 deletions
|
@ -160,8 +160,6 @@ class User extends BaseDataTransferObject
|
|||
$this->uid = (int)$uid;
|
||||
$this->cid = (int)($userContact['id'] ?? 0);
|
||||
$this->pid = (int)$publicContact['id'];
|
||||
$this->self = (boolean)($userContact['self'] ?? false);
|
||||
$this->network = $publicContact['network'] ?: Protocol::DFRN;
|
||||
$this->statusnet_profile_url = $publicContact['url'];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue