Merge remote-tracking branch 'upstream/develop' into api-status

This commit is contained in:
Michael 2021-11-22 07:33:25 +00:00
commit 214a0524dd
35 changed files with 1809 additions and 1235 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'];
}
}