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