mirror of
https://github.com/friendica/friendica
synced 2025-04-27 08:30:10 +00:00
Store "sc:identifier" as GUID as well
This commit is contained in:
parent
44eebde9cb
commit
9390748187
2 changed files with 2 additions and 1 deletions
|
@ -983,6 +983,7 @@ class Receiver
|
|||
$actor = JsonLD::fetchElement($object, 'as:actor', '@id');
|
||||
}
|
||||
|
||||
$object_data['sc:identifier'] = JsonLD::fetchElement($object, 'sc:identifier', '@value');
|
||||
$object_data['diaspora:guid'] = JsonLD::fetchElement($object, 'diaspora:guid', '@value');
|
||||
$object_data['diaspora:comment'] = JsonLD::fetchElement($object, 'diaspora:comment', '@value');
|
||||
$object_data['diaspora:like'] = JsonLD::fetchElement($object, 'diaspora:like', '@value');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue