Merge remote-tracking branch 'upstream/develop' into post-reason
This commit is contained in:
@@ -985,7 +985,7 @@ class DFRN
|
||||
Logger::notice('Unable to find contact details for ' . $contact['id'] . ' - ' . $contact['addr']);
|
||||
return -22;
|
||||
}
|
||||
$pubkey = $fcontact['pubkey'];
|
||||
$pubkey = $fcontact['pubkey'] ?? '';
|
||||
} else {
|
||||
$pubkey = '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user