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:
parent
e81193b04b
commit
b5e1cd9a30
4 changed files with 32 additions and 23 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue