1
0
Fork 0
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:
Chocobozzz 2023-03-10 15:08:56 +01:00
parent 866b5d3f52
commit 96d00a997b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
6 changed files with 34 additions and 5 deletions

View file

@ -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