diff options
Diffstat (limited to 'shared/models/plugins/server/server-hook.model.ts')
-rw-r--r-- | shared/models/plugins/server/server-hook.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/plugins/server/server-hook.model.ts b/shared/models/plugins/server/server-hook.model.ts index 7881beaa2..ca83672d0 100644 --- a/shared/models/plugins/server/server-hook.model.ts +++ b/shared/models/plugins/server/server-hook.model.ts | |||
@@ -119,7 +119,7 @@ export const serverFilterHookObject = { | |||
119 | 119 | ||
120 | // Filter the result of video JSON LD builder | 120 | // Filter the result of video JSON LD builder |
121 | // You may also need to use filter:activity-pub.activity.context.build.result to also update JSON LD context | 121 | // You may also need to use filter:activity-pub.activity.context.build.result to also update JSON LD context |
122 | 'filter:activity-pub.video.jsonld.build.result': true | 122 | 'filter:activity-pub.video.json-ld.build.result': true |
123 | } | 123 | } |
124 | 124 | ||
125 | export type ServerFilterHookName = keyof typeof serverFilterHookObject | 125 | export type ServerFilterHookName = keyof typeof serverFilterHookObject |