1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Fix AP audience

This commit is contained in:
Chocobozzz 2021-12-13 17:33:59 +01:00
parent 97f026c7f0
commit ab18fadfd1
No known key found for this signature in database
GPG key ID: 583A612D890159BE
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@ function buildUpdateActivity (url: string, byActor: MActorLight, object: any, au
type: 'Update' as 'Update',
id: url,
actor: byActor.url,
object
object: audiencify(object, audience)
},
audience
)