Merge remote-tracking branch 'upstream/2020.12-rc' into notices
This commit is contained in:
@@ -67,6 +67,10 @@ class Account extends BaseFactory
|
||||
$userContact = [];
|
||||
}
|
||||
|
||||
if (empty($publicContact)) {
|
||||
throw new HTTPException\NotFoundException('Contact ' . $contactId . ' not found');
|
||||
}
|
||||
|
||||
$apcontact = APContact::getByURL($publicContact['url'], false);
|
||||
|
||||
$self_contact = Contact::selectFirst(['uid'], ['nurl' => $publicContact['nurl'], 'self' => true]);
|
||||
|
||||
+6277
-5892
File diff suppressed because it is too large
Load Diff
+1453
-1365
File diff suppressed because it is too large
Load Diff
+6282
-5897
File diff suppressed because it is too large
Load Diff
+1453
-1365
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user