Add /activity to activity create ids
This commit is contained in:
parent
376220e80e
commit
a38b297d90
|
@ -145,7 +145,7 @@ async function createActivityData (
|
|||
|
||||
return audiencify({
|
||||
type: 'Create',
|
||||
id: url,
|
||||
id: url + '/activity',
|
||||
actor: byActor.url,
|
||||
object: audiencify(object, audience)
|
||||
}, audience)
|
||||
|
|
Loading…
Reference in New Issue