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

Handle channel owner update of remote server

This commit is contained in:
Chocobozzz 2021-12-09 11:48:29 +01:00
parent e81193b04b
commit b5e1cd9a30
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 32 additions and 23 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: audiencify(object, audience)
object
},
audience
)