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:
parent
649f0334e0
commit
73c0809326
8 changed files with 80 additions and 26 deletions
|
@ -67,7 +67,7 @@ async function updateActivityData (
|
|||
}
|
||||
|
||||
return audiencify({
|
||||
type: 'Update',
|
||||
type: 'Update' as 'Update',
|
||||
id: url,
|
||||
actor: byActor.url,
|
||||
object: audiencify(object, audience)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue