Remove unused user fields

This commit is contained in:
Michael 2021-11-21 20:14:48 +00:00
parent d2db08daaf
commit e1d4f96b06
2 changed files with 9 additions and 22 deletions

View file

@ -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'];
}
}