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:
parent
97f026c7f0
commit
ab18fadfd1
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue