mirror of https://github.com/Chocobozzz/PeerTube
Reduce errors in tests logs
parent
3a6e3c9dee
commit
bd60f178af
|
@ -281,7 +281,7 @@ async function register ({ registerHook, registerSetting, settingsManager, stora
|
||||||
|
|
||||||
registerHook({
|
registerHook({
|
||||||
target: 'filter:activity-pub.activity.context.build.result',
|
target: 'filter:activity-pub.activity.context.build.result',
|
||||||
handler: context => context.concat([ { recordedAt: 'https://schema.org/recordedAt' } ])
|
handler: context => context.concat([ { recordedAt: 'https://schema.org/recordedAt', videoName: 'https://schema.org/name' } ])
|
||||||
})
|
})
|
||||||
|
|
||||||
registerHook({
|
registerHook({
|
||||||
|
|
Loading…
Reference in New Issue