mirror of
https://github.com/friendica/friendica
synced 2025-04-25 15:10:13 +00:00
Remove unused user fields
This commit is contained in:
parent
d2db08daaf
commit
e1d4f96b06
2 changed files with 9 additions and 22 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