aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/activitypub/send/send-update.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-09 11:48:29 +0100
committerChocobozzz <me@florianbigard.com>2021-12-13 16:03:16 +0100
commitb5e1cd9a3088884e080765e98621faf5ee34d852 (patch)
treed266d992d3d1dbc6f72382263205780932f63260 /server/lib/activitypub/send/send-update.ts
parente81193b04b5d146345c560abff642c125111de7b (diff)
downloadPeerTube-b5e1cd9a3088884e080765e98621faf5ee34d852.tar.gz
PeerTube-b5e1cd9a3088884e080765e98621faf5ee34d852.tar.zst
PeerTube-b5e1cd9a3088884e080765e98621faf5ee34d852.zip
Handle channel owner update of remote server
Diffstat (limited to 'server/lib/activitypub/send/send-update.ts')
-rw-r--r--server/lib/activitypub/send/send-update.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/activitypub/send/send-update.ts b/server/lib/activitypub/send/send-update.ts
index bcf6e1569..3c65e19ed 100644
--- a/server/lib/activitypub/send/send-update.ts
+++ b/server/lib/activitypub/send/send-update.ts
@@ -134,7 +134,7 @@ function buildUpdateActivity (url: string, byActor: MActorLight, object: any, au
134 type: 'Update' as 'Update', 134 type: 'Update' as 'Update',
135 id: url, 135 id: url,
136 actor: byActor.url, 136 actor: byActor.url,
137 object: audiencify(object, audience) 137 object
138 }, 138 },
139 audience 139 audience
140 ) 140 )