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

Fix delete comment federation

This commit is contained in:
Chocobozzz 2018-03-27 10:26:52 +02:00
parent 649f0334e0
commit 73c0809326
No known key found for this signature in database
GPG key ID: 583A612D890159BE
8 changed files with 80 additions and 26 deletions

View file

@ -67,7 +67,7 @@ async function updateActivityData (
}
return audiencify({
type: 'Update',
type: 'Update' as 'Update',
id: url,
actor: byActor.url,
object: audiencify(object, audience)