mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Reduce errors in tests logs
This commit is contained in:
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
Block a user