Fix dumb mistake
This commit is contained in:
parent
2bada457c2
commit
0c953142c4
@ -55,7 +55,7 @@ class Activitypub_create extends Managed_DataObject
|
||||
'https://www.w3.org/ns/activitystreams',
|
||||
'https://w3id.org/security/v1'
|
||||
],
|
||||
'id' => $object.'/create',
|
||||
'id' => $object['id'].'/create',
|
||||
'type' => 'Create',
|
||||
'to' => $object['to'],
|
||||
'cc' => $object['cc'],
|
||||
|
Reference in New Issue
Block a user