mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Fix delete comment federation
This commit is contained in:
parent
649f0334e0
commit
73c0809326
8 changed files with 80 additions and 26 deletions
|
@ -46,7 +46,7 @@ async function likeActivityData (
|
|||
}
|
||||
|
||||
return audiencify({
|
||||
type: 'Like',
|
||||
type: 'Like' as 'Like',
|
||||
id: url,
|
||||
actor: byActor.url,
|
||||
object: video.url
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue