mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Diaspora signatures are now stored and transmitted correctly
This commit is contained in:
parent
ea7a08ace2
commit
4831688dc0
6 changed files with 29 additions and 23 deletions
|
@ -705,6 +705,7 @@ class Receiver
|
|||
|
||||
$object_data['diaspora:guid'] = JsonLD::fetchElement($object, 'diaspora:guid');
|
||||
$object_data['diaspora:comment'] = JsonLD::fetchElement($object, 'diaspora:comment');
|
||||
$object_data['diaspora:like'] = JsonLD::fetchElement($object, 'diaspora:like');
|
||||
$object_data['actor'] = $object_data['author'] = $actor;
|
||||
$object_data['context'] = JsonLD::fetchElement($object, 'as:context');
|
||||
$object_data['conversation'] = JsonLD::fetchElement($object, 'ostatus:conversation');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue