Add /activity to activity create ids

pull/376/head
Chocobozzz 2018-03-22 16:11:18 +01:00
parent 376220e80e
commit a38b297d90
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ async function createActivityData (
return audiencify({
type: 'Create',
id: url,
id: url + '/activity',
actor: byActor.url,
object: audiencify(object, audience)
}, audience)