mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add test on AP hooks
This commit is contained in:
parent
866b5d3f52
commit
96d00a997b
6 changed files with 34 additions and 5 deletions
|
@ -119,7 +119,7 @@ export const serverFilterHookObject = {
|
|||
|
||||
// Filter the result of video JSON LD builder
|
||||
// You may also need to use filter:activity-pub.activity.context.build.result to also update JSON LD context
|
||||
'filter:activity-pub.video.jsonld.build.result': true
|
||||
'filter:activity-pub.video.json-ld.build.result': true
|
||||
}
|
||||
|
||||
export type ServerFilterHookName = keyof typeof serverFilterHookObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue