Reduce errors in tests logs

This commit is contained in:
Chocobozzz 2024-08-19 10:27:27 +02:00
parent 3a6e3c9dee
commit bd60f178af
No known key found for this signature in database
GPG Key ID: 583A612D890159BE

View File

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