mirror of
https://github.com/friendica/friendica
synced 2025-04-26 01:50:11 +00:00
Merge pull request #8003 from MrPetovan/bug/notices
Fixed backlog of notices for 2019.12
This commit is contained in:
commit
4834fffe78
4 changed files with 19 additions and 22 deletions
|
@ -192,6 +192,7 @@ class APContact extends BaseObject
|
|||
$apcontact['addr'] = '';
|
||||
}
|
||||
|
||||
$apcontact['pubkey'] = null;
|
||||
if (!empty($compacted['w3id:publicKey'])) {
|
||||
$apcontact['pubkey'] = trim(JsonLD::fetchElement($compacted['w3id:publicKey'], 'w3id:publicKeyPem', '@value'));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue