Diaspora signatures are now stored and transmitted correctly

This commit is contained in:
Michael 2018-10-27 14:35:22 +00:00
parent ea7a08ace2
commit 4831688dc0
6 changed files with 29 additions and 23 deletions

View file

@ -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');